This Question is Possibly Answered

1 "correct" answer available (4 pts) 1 "helpful" answer available (2 pts)
5 Replies Last post: Feb 5, 2013 5:09 PM by Maxim Makhankov  
 Darren Guida Newbie 3 posts since
Jan 31, 2013
Currently Being Moderated

Jan 31, 2013 10:06 PM

Formatting Documentation

Hello all.  I couldn't find the setting anywhere within WebStorm and didn't seem to find anyone who posted a similar question.  Is there any way to get WebStorm to autowrap and format my documentation? Specifically for the /** */ kind.  I'm using this for my JavaScript functions.  Not sure what it's called in JavaScript but I know it as JavaDoc notation for Java.  Eclipse can do this wonderfully for Java.  Not sure if WebStorm even has the same feature.  Where I can write out a paragraph and it'll auto wrap and adjust the text to stay within a set margin.  Thanx.

Elena Pogorelova Novice 93 posts since
Oct 5, 2011
Currently Being Moderated
Feb 1, 2013 4:20 PM in response to: Darren Guida
Re: Formatting Documentation

Please, try Settings/Code Style/General/Wrap when typing reaches right margin option

Maxim Makhankov JetBrains 61 posts since
May 31, 2012
Currently Being Moderated
Feb 1, 2013 4:55 PM in response to: Darren Guida
Re: Formatting Documentation

Darren, could you please also file a new feature request to our tracker, if you need some advaced settings for JsDoc formatting (except wrapping)?

Maxim Makhankov JetBrains 61 posts since
May 31, 2012
Currently Being Moderated
Feb 5, 2013 5:09 PM in response to: Darren Guida
Re: Formatting Documentation

Darren, there is no options to format JSDoc comments at the moment. If you need them, please, create a new ticket in tracker, because there are no such requests for now.

More Like This

  • Retrieving data ...