We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
Don't use Base File.sublime-settings. Put your settings in your user preferences file: Menu > Preferences > Settings.
Menu > Preferences > Settings
Sorry, something went wrong.
@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.
No branches or pull requests
I have change user setting in Base File.sublime-settings
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
The text was updated successfully, but these errors were encountered: