IntelliJ Wraps Comments in Javascript

Is it possible to wrap long lines of comments in IntelliJ in javascript files? I turned on line wrapping as shown in the settings below, but when I reformat the code, it does not end the line.

enter image description here

+4
source share
2 answers

It is not yet supported when formatting the code, added a new function request , please vote.

+2
source

I am using IntelliJ 14 on a Mac that has a Fill Paragraph command. Access it through the amazing universal Command-Shift-A command search feature. It works like a charm!

0
source

All Articles