
逗draw_minimap_border地: true, # 让 minimap 里的当前位置更显眼点。
逗highlight_line地: true, # ST 里我经常找不到光标在哪儿, 这个开启后可以高亮当前行
逗highlight_modified_tabs地: true, # 修改了而尚未保存的 tab, 会用橘黄色显示
逗ignored_packages地:
[
逗Vintage地
], # 因为我使用了更好的 Vinageous, 所以自带的 Vintage 要ignore掉。
逗show_encoding地: true, # 显示文件编码
逗show_full_path地: true, # 标题栏上显示完整路径, 有时候不小心开错了文件, 这样能帮你早点发现。
逗show_line_endings地: true,
逗open_files_in_new_window地: false, # 在 Finder 里打开文件时, 不会新开窗口了。
逗vintageous_use_ctrl_keys地: true, # 这样 ST 里的 Vim 就支持 Ctrl + v 列选了。
逗vintageous_use_sys_clipboard地: true, # 让 Vim 与系统公用剪切板
逗word_separators地: 逗./\\()\地‘:,.<>——!@#$%^&*|+=[]{}——?逗 # 去掉了 地-逗
tab键 缩进 的问题。指的是 此文件被缩进制表符 代替了,
解决:
在左上角,点击 file,里面有settings 设置:依次展开设置。
File ->Settings ->Editor ->Code Style ->Java ->Tabs and Indents ->Use tab character
延展阅读:
PhpStorm 是 JetBrains 公司开发的一款商业的 PHP 集成开发工具,旨在提高用户效率,可深刻理解用户的编码,提供智能代码补全,快速导航以及即时错误检查。
PhpStorm可随时帮助用户对其编码进行调整,运行单元测试或者提供可视化debug功能。
phpstorm关闭所有窗口的 *** 作:
在编辑区打开的窗口界面的tab标签上点击右键;
在d出的菜单上选择 'Close All' 选项。
如图:
其他几种关闭窗口 *** 作说明:
欢迎分享,转载请注明来源:内存溢出
微信扫一扫
支付宝扫一扫
评论列表(0条)