I use IntelliJ IDEA, it helps me a lot in the learning process. But there is one problem: when I open 2 applications in 1 screen, the text doesn't create a new line / is not responsive according to the size of IntelliJ but extends sideways.
I want to know if there is a feature like VS Code when we click "view" it says "word wrap" when clicked the text will be responsive according to the size of the application.
CodePudding user response:
You can enable "Word Wrap" by left-clicking on the line numbers area in the editor window. This will open a context menu where you can select the "Word Wrap" option, which will enable the feature and make the text responsive to the size of the application window.
CodePudding user response:
Jetbrains IDEs (IntelliJ, Pycharm, Webstorm, Rider, Phpstorm, etc) have a function called soft wrap. Similar to Vs code, allows to have the same functionality to accomodate the font size.
You can enable it,
- Pressing shift two times
- Write "Soft Wrap"
- Press enter
Or
- Clicking on the line numbers
- Click in soft wrap
Here I attached an screenshot to show how it works.