spadgos / sublime-jsdocs

Simplifies writing DocBlock comments in Javascript, PHP, CoffeeScript, Actionscript, C & C++

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Disable templates when opening a doc comment

axel22 opened this issue · comments

Please add an option to disable adding a template when a doc comment is opened.

For example:

/**|
def ...

After hitting space:

/** @type {[type]} [description] */
def ...

This is not very useful for me, and I would really like to disable it, as I have to delete it each time.

Add jsdocs_quick_open_inline: false to your settings now to disable that.