admin管理员组文章数量:1402953
I'm sure there's an answer out there but due to the ambiguity of this question and keywords it's difficult.
All I want is a menting plugin or answer to mimic Java in Eclipse where:
/*
* 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 ment block
* and be surrounded by the following
*/
UPDATE/ANSWER
A few minutes after I posted this user pst came in and rephrased my question to actually make sense. After searching I found DocBlockr. Works great, thank you both!
I'm sure there's an answer out there but due to the ambiguity of this question and keywords it's difficult.
All I want is a menting plugin or answer to mimic Java in Eclipse where:
/*
* 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 ment block
* and be surrounded by the following
*/
UPDATE/ANSWER
A few minutes after I posted this user pst came in and rephrased my question to actually make sense. After searching I found DocBlockr. Works great, thank you both!
Share Improve this question edited Aug 5, 2017 at 6:49 Cœur 38.8k25 gold badges205 silver badges277 bronze badges asked Nov 27, 2012 at 20:01 jasonsemkojasonsemko 7432 gold badges7 silver badges17 bronze badges1 Answer
Reset to default 12Start with the DocBlockr package.
If you enter and align the first *
it will insert the following starting *
s.
/*
* <-- Type and align that one, hit <RETURN>...
* <-- This one will be inserted and aligned automatically.
If you insert a double-asterisk it will insert the leading *
s without the hinting:
/**
* <-- Inserted automatically.
If you're at the start of a function it'll put the JsDoc stuff in for you as well.
版权声明:本文标题:javascript - Automatically "continue" a comment block in Sublime when pressing enter? - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1744298434a2599460.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论