Dine kommentarer

I would like this also. auto asterisk would be awesome.. for php there are snippets for phpdoc already. I found this but don't know how to get it to work for sublime text 2. I think it does the auto asterisk.


<binding key="enter" command="insertInlineSnippet '\n*$0'">   <context name="selector" value="comment.block.documentation.phpdoc.php"/>   <context name="allPrecedingText" value="\*"/></binding>

<binding key="enter" command="insertInlineSnippet '\n *$0'">   <context name="selector" value="comment.block.documentation.phpdoc.php"/>   <context name="allPrecedingText" value="/\*\*"/></binding>
<binding key="enter" command="insertInlineSnippet '*$0\n'">   <context name="selector" value="comment.block.documentation.phpdoc.php"/>   <context name="allFollowingCharacter" value="*"/></binding> 


Kundesupport af UserEcho