Disable line breaking in phpstorm

Asked

Viewed 1,698 times

0

I would like to know how to disable Phpstorm line breaking.

inserir a descrição da imagem aqui

  • It’s called wrap. This question may help you: https://stackoverflow.com/q/10351608/1452488.

1 answer

1


In the menu bar, look for the 'View' -> 'Active Editor' -> 'Use Soft Wraps' option. However, this will only work for the file that is open.

If you want to keep this option in the editor in general (for all files), then you have to configure in Preferences -> General -> In the tab, you disable 'Use Soft Wraps in Editor'.

  • Is there any way to make it final? I realize that when you open the program again, you always check the option.

  • Dude, I won’t know how to answer you. I even looked for a solution here and tried to reproduce your scenario.

  • When opening the program again, the option remains unchecked here for me. What may be happening is a reset when switching between projects.

  • Some settings are saved only for the project you have set up. I know you have how to set these settings to standardize on all projects, but I can’t remember in my head how I set it now.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.