Automatic breaking of line comments in Webstorm, PHPStorm, IntelliJ IDEA -


if i'm typing long comment on line comments, how can webstorm (et al.) rearrange comments automatically paragraph neatly lines up? note i'm not asking block comments, although if solution exists block comments not line comments, i'm interested.

if you're familiar text editors, want m-q in emacs or gq in vim.

my question not question: php storm : how can automate breaking lines in phpstorm 2.1

there no internal api available on whole idea platform such things (reformat/warp comments while still keeping them comments , not brand new line), unfortunately.

hopefully available in 1 of future versions. devs working on -- see comment example: http://youtrack.jetbrains.com/issue/web-5653#comment=27-758067


on hand -- please try wrap column plugin -- job both line , block comments (just checked php code (line , block) , javascript (line)).


Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

Python ctypes access violation with const pointer arguments -