Can I Remove "Right Margin" in phpstorm (not hide)

i want to remove right margin from phpstorm (that gray line in the right side), i can hide it but it wraps code anyways.

yes it is for good-code, but i just want to remove it. so no code wrapping.

i search everywhere  but couldn't find an option to do that.

thanks

0

Hi there,

Settings (Preferences on Mac) | Editor | Code Style | Right margin (columns)

You can set that value to some big number (e.g. 999 or whatever)

2
Avatar
Permanently deleted user

I cannot find "Right Margin" written anywhere

0

@Bushra Rehan

>I cannot find "Right Margin" written anywhere

What exactly the issue that you are having? The option is still there .. just named a bit differently now.

 

These are global settings:

And it can be overridden per language (if it support it). For example PHP:

 

1
Avatar
Permanently deleted user

So Hard Wrap is right col?

0

>So Hard Wrap is right col?

If you refer to wording -- yes.

1

请先登录再写评论。