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?
Follow the below comment, uncheck Use soft wrap in editor
is the solution.