Skip to content

Instantly share code, notes, and snippets.

@heartcode
Created September 5, 2013 11:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save heartcode/6449032 to your computer and use it in GitHub Desktop.
Save heartcode/6449032 to your computer and use it in GitHub Desktop.
DocBlockr (sublime-jsdoc) user settings
{
// If set to true, primitives such as "Number" and "String" will be documented as "number" and "string".
"jsdocs_lower_case_primitives": false,
// indicates whether the @method tag should be added automatically
"jsdocs_autoadd_method_tag": true,
// Any additional boilerplate tags which should be added to each block. Should be an array of strings.
// Note that this only applies when a docblock is opened directly preceding a function.
// Tab points can be added by using snippet syntax, eg: ${1:default text}
"jsdocs_extra_tags": ["@protected"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment