Phpstorm line numbers column width

我怕爱的太早我们不能终老 提交于 2020-01-01 09:20:38

问题


The numbers column is very wide, and this is bothers me. I want to open more workspaces. Therefore I want it to be narrow. How do I do this?


回答1:


I use PHPStorm Version 2017.1.4. In this version there is an option to hide gutter icons, which reduces the line number column width. Even if there are no gutter icons visible, the space is still allocated. If you don't need these icons, you can choose to hide them in the settings and the column width will be reduced.

Navigate in settings to: Editor > General > Gutter Icons
Uncheck: "Show Gutter Icons"

Before Image: https://i.stack.imgur.com/QGRjH.jpg After Image: https://i.stack.imgur.com/e4u4F.jpg




回答2:


It seems that is not possible because the place is used by others functionality of PHPStorm. Others questions on StakOverflow deal with disable this other functionality on this place but is not possible too.

We have nothing action on this place of PHPStorm. Use or no functionality.

You can try to open an issue on jetBrains website...



来源:https://stackoverflow.com/questions/35114604/phpstorm-line-numbers-column-width

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!