Disable automatic line break by indenting code in Phpstorm

Asked

Viewed 943 times

1

I need to remove the automatic line break when indenting the code in Phpstorm.

To be more summarized, remove this line for the code to go to the end and not break the line.

inserir a descrição da imagem aqui

2 answers

2

I found this, if you follow the steps below you can disable...

Enable automatic line breaking When the line is too long, if we want it to be divided automatically into several lines (from according to the editor screen size).

Procedure

File > Settings > Editor > General > Soft Wraps > activate checkbox: 'Use soft wraps in editor'

  • So that doesn’t work, I’ve tried this way!

0

Hello, if not found the solution, I did the following: Settings - Editor - Code Style - Hard wrap at "300".

Solved for now, but I will research a more suitable solution and if you find I put here.

Browser other questions tagged

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