Search code examples
intellij-ideaintellij-13intellij-pluginintellij-14

Intellij, prevent wrap of lines when tab window is narrow


Is there a way to prevent Intellij from wrapping lines when the code line exceeds the window width?

Right now it is wrapping my code when in split mode ( vertical ) but this doesn't help me navigate the code any easier. If I need to scroll right I can do that myself.

How can I prevent this wrapping from occurring?


Solution

  • Follow the below comment, uncheck Use soft wrap in editor is the solution.

    enter image description here