Is it possible to set Wordwrap in WebStorm? I need to set by default all the files should be in wordwraping

Word WrapWebstorm

Word Wrap Problem Overview


is there any way to set word-wrap for all new/existing files should be in word-wrapping.

i need to set by default all the file in word-wrapping like notepadd++.

Thanks in advance.

Word Wrap Solutions


Solution 1 - Word Wrap

Settings/Preferences | Editor | General | Use soft wraps in editor -- this setting affects all files.

You can disable or enable this option on per file basis (until it's closed) via View | Active Editor | Use Soft Wraps

More recent version (compared to the versions available when this question was answered) also have these options available in the Editor's gutter menu (right click in the area where the line numbers/breakpoints/etc are).


P.S.

Settings screen has very nice feature -- quick search box (top left corner) -- it does wonders. It allows you to quickly narrow the search scope of the specific setting by it's name (keyword).

You can also use "Search anywhere" (Shift two times) as well as "Find Action" (Help | Find Action... Ctrl + Shift + A) to search for individual settings.

enter image description here

enter image description here

Solution 2 - Word Wrap

Webstorm 9.0.3 Evaluation version on Windows 7:

I know I'm a bit late coming here, but if like me, you find that there's no "Use soft wraps in editor" option when you look in Settings>Editor>, i just discovered you can apply 'soft wrap' to individual files:

  • Open the file,
  • Left click the left margin (where the line numbers are),
  • You'll see "Use Soft Wraps" as an option you can turn on.

It's not quite what I wanted (change settings to apply to all files), but it's something.

Solution 3 - Word Wrap

Yes, it is possible. I have webstorm 2016. Follow these step.

Step 1:

This step may vary depending on OS used. Just search for preferences. I have screenshot for Mac.

enter image description here

Step 2:

Click on Editor twice. Note that arrow will change to downward position as shown.

enter image description here

Step 3 :

Click on general and see the option Use soft wraps in editor.

enter image description here

Step 4:

Select it and click ok

enter image description here

Solution 4 - Word Wrap

Settings (Preferences on Mac) | Editor | General | Use soft wraps in editor

Although its an old thread but updating as someone may find it usefull. In version 9.0.1, you have to select General inside Editor and then Use soft wraps in editor

Solution 5 - Word Wrap

Settings(ctrl+alt+s)--->Editor--->general--->use soft wrap in editor

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
QuestionStalin SView Question on Stackoverflow
Solution 1 - Word WrapLazyOneView Answer on Stackoverflow
Solution 2 - Word Wrapsoba3View Answer on Stackoverflow
Solution 3 - Word WrapNumber945View Answer on Stackoverflow
Solution 4 - Word WrapAbdul MannanView Answer on Stackoverflow
Solution 5 - Word WrapAnjali K AView Answer on Stackoverflow