sublime-jsdocs icon indicating copy to clipboard operation
sublime-jsdocs copied to clipboard

User settings seemed to not work in Sublime(3154)

Open Nimrod0901 opened this issue 6 years ago • 3 comments

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

Nimrod0901 avatar Apr 26 '18 11:04 Nimrod0901

Don't use Base File.sublime-settings. Put your settings in your user preferences file: Menu > Preferences > Settings.

gerardroche avatar Apr 27 '18 17:04 gerardroche

@gerardroche thank for your replying! But it doesn't work when i put them in my user preferences files.

Nimrod0901 avatar Apr 28 '18 15:04 Nimrod0901

Make sure you delete that Base File.sublime-settings file and try uninstalling/reinistalling/restarting.

gerardroche avatar May 04 '18 16:05 gerardroche