Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

User settings seemed to not work in Sublime(3154) #458

Open
Nimrod0901 opened this issue Apr 26, 2018 · 3 comments
Open

User settings seemed to not work in Sublime(3154) #458

Nimrod0901 opened this issue Apr 26, 2018 · 3 comments

Comments

@Nimrod0901
Copy link

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

@gerardroche
Copy link
Contributor

gerardroche commented Apr 27, 2018

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

@Nimrod0901
Copy link
Author

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

@gerardroche
Copy link
Contributor

gerardroche commented May 4, 2018

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants