Plugin "DocBlock"
This is event plugin for SynWrite editor.
It helps to enter docblock comments for lexers: JavaScript, CoffeeScript, PHP.
/**
* Some text
* here
*/
- It handles Enter key press. Plugin looks, if end of current line is "/**", if so then empty docblock is entered and caret placed in it.
If you type middle of docblock, ie begin of current line is spaces + "* ", then plugin enters "* " on next line too.
- Auto-completion works, for JS/PHP lexers: inside docblock type "@" and press Ctrl+Space: you'll see list of JSDoc or PHPDoc tags.
How to install
Just open plugin's zip-file in SynWrite, and confirm installation.
If you don't need auto-completion part, delete line "DocBlockAcp" in file "SynPlugins.ini" (command "Options - Advanced - Edit file SynPlugins.ini").
About
Author: Alexey T. (SynWrite author)