sublime-jsdocs
sublime-jsdocs copied to clipboard
User settings seemed to not work in Sublime(3154)
I have change user setting in Base File.sublime-settings
{
"jsdocs_extra_tags_go_after": true,
"jsdocs_extra_tags":["@Author Author","@DateTime {{datetime}}"]
}
but when i opened any .cpp file and type /**+Enter, it only shows:
/**
*
*/
who can tell me how to fix it? PS: I have tried to re-install sublime and docblockr
Don't use Base File.sublime-settings. Put your settings in your user preferences file: Menu > Preferences > Settings
.
@gerardroche thank for your replying! But it doesn't work when i put them in my user preferences files.
Make sure you delete that Base File.sublime-settings file and try uninstalling/reinistalling/restarting.