我确定那里有答案,但由于这个问题和关键字的含糊不清,很难。
我想要的只是一个评论插件或在Eclipse中模仿Java的答案:
/*
* This is a description of a function in Javascript
* When I press return a line like this
*
* should appear (above) and allow me to continue the comment block
* and be surrounded by the following
*/
UPDATE / ANSWER
我发布此用户后几分钟pst进来并重新解释我的问题实际上有意义。搜索后我找到了DocBlockr。效果很好,谢谢你们两个!
答案 0 :(得分:12)
从DocBlockr包开始。
如果您输入并对齐第一个*
,则会插入以下*
开头。
/*
* <-- Type and align that one, hit <RETURN>...
* <-- This one will be inserted and aligned automatically.
如果您插入一个双星号,它将插入前导*
而不提示:
/**
* <-- Inserted automatically.
如果你是一个函数的开头,那么它也会把JsDoc的东西放进去。