You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have the same issue. The shortcut does not pick up names for @param or @return.
Given: I have my cursor on the line above a function When: I type /* + [tab] or /** + [tab], Then: I expect the DocBlock to be created with argument names as explained here: https://github.com/spadgos/sublime-jsdocs#function-documentation BUT: instead the block gets created without the param name, not the [description] placeholder.
Example: A function with one parameter and no return value gets this after hitting [tab]:
In case anyone finds this later, I had the same issue and found that overriding the jsdocs_function_description key in the Package Settings fixed this for me.
after I typed /** with tab, it doesn't show the description tag.
mac os version
10.11.6 (15G1004)
Sublime version 3.0 Build 3143
The text was updated successfully, but these errors were encountered: