PHPStorm常用设置:
sql背景色改变:
1 Editor—>Inspections->Sql->{
1 No data sources configured (去掉)
2 Sql dialect detection (去掉)
}
2 编辑器字体改变(1、字体 2 换主题):
2.1 换字体:Editor->Color Scheme->Font
2.2 换主题:Editor->Color Scheme -> General(下拉选择主题,一般Darcula好看些)
3 拼写检查(是不是单词,原来会提示,现改成不提示)
Editor—>Inspections->Spelling->Typo (去掉)
4 设置面板字体
Appearance & Behavior -> appearance->UI Options->name:(下拉选择)
phpstorm关闭默认浏览器:
1 打开settings
2 在左边菜单中找到Tools菜单
3 选择web Browser
4 去掉前面的勾
5 保存

本文详细介绍如何在PHPStorm中进行个性化设置,包括修改SQL背景色、调整编辑器字体、关闭拼写检查以及禁用默认浏览器等功能,帮助提升开发效率。

被折叠的 条评论
为什么被折叠?



