简体   繁体   English

如何删除PhpStorm中的工具栏

[英]How to remove toolbars in PhpStorm

I try to remove two things in PhpStorm but I can not remove them. 我试图删除PhpStorm中的两件事,但我无法删除它们。 Do you know if it is possible? 你知道是否有可能吗?

A friend who works on Mac do not have these bars. 在Mac上工作的朋友没有这些酒吧。 And I'm on Windows and looking for some time for settings to remove them. 我在Windows上并寻找一些设置来删除它们。

View the attached picture. 查看附图。

1 - Toolbar 1 - 工具栏
2 - Path Method 2 - 路径方法

在此输入图像描述

  1. It's Menu bar and not toolbar. 这是菜单栏而不是工具栏。 On Mac OS X it is not part of the actual app window but rather part of the desktop itself. 在Mac OS X上,它不是实际应用程序窗口的一部分,而是桌面本身的一部分。

    There does not seem to be an option to hide it by just turning some setting off. 似乎没有选择隐藏它只是关闭一些设置。 I recommend trying one of these modes: 我建议尝试以下模式之一:

    在此输入图像描述

  2. File | Settings | Editor |General | Appearance --> Show HTML breadcrums

    • Yes, this option also controls PHP code 是的,此选项还控制PHP代码
    • You need to close and reopen file to see the changes 您需要关闭并重新打开文件才能查看更改

    在此输入图像描述

Just for extra reference... 仅供参考......

If you are member of Laracasts , there's a lesson there called "Be awesome with PhpStorm". 如果你是Laracasts的成员,那里有一个名为“与PhpStorm很棒”的课程。 I learned lots of good stuff from it, one of them being how to completely remove toolbars, breadcrumbs, status bars, so that your IDE is much cleaner. 我从中学到了很多好东西,其中之一就是如何完全删除工具栏,面包屑,状态栏,以便你的IDE更清洁。 The author (Jeffrey Way) also talks about useful shortcuts and plugins to make your work more productive. 作者(Jeffrey Way)还讨论了有用的快捷方式和插件,以提高您的工作效率。

Also, other things that are taught in that lesson and that I'm glad I've done: 此外,该课程中教授的其他内容我很高兴我已经完成了:

  • Increase font size (your eyes you be thankful in the long run) 增加字体大小(从长远来看,你的眼睛会感激不尽)
  • Remove tabs (Window > Editor Tabs > Tabs Placement > None) 删除选项卡(“窗口”>“编辑器”选项卡>“选项卡放置”>“无”)
  • Using Full Screen + Distraction Free Mode is amazing! 使用全屏+分心自由模式是惊人的!
  • ALT + 1 toggles sidebar ALT + 1切换侧边栏
  • ALT + F12 opens command prompt right into your project directory, so that you can start typing Artisan commands pronto. ALT + F12打开命令提示符进入项目目录,以便您可以开始键入Artisan命令。

I hope these tips will help give people a little more productivity. 我希望这些技巧能够帮助人们提高生产力。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM