How do I make docblock comment auto wrap?
When creating docblocks that adhere to our coding standard of 80 characters I then want to add some words that would make it extend past 80 characters. Now I literally have to go through every line and adjust for the new word to ensure they are also under 80 characters as well. On a large docblock this takes considerable time.
Is there a way to make the docblock autowrap to my 80 character limit I have defined in my PhpStorm settings?
Please sign in to leave a comment.
Doesn't work currently for javaScript - see http://youtrack.jetbrains.com/issue/WEB-7549, http://youtrack.jetbrains.com/issue/WEB-5653 andhttp://youtrack.jetbrains.com/issue/WEB-7840