phpstrom 字体 注释修改 自动换行
修改phpstrom编辑器字体
File -> Settings -> Editor -> Colors & Fonts -> Font
默认自己是灰色的不能修改,需要另存为一个scheme name才能编辑。
修改phpstrom界面字体
File -> Settings -> Appearance & Behavior -> Appearance -> UI option
选择 Source Code Pro 字体
修改phpstrom php注释作者样式
File -> Settings -> Editor -> File and Code Templates -> Includes
PHP File Header选项
修改样式
1 2 3 4 5 6 |
/** * User: nginx * Mail: tougao@nginx.cn * Date: ${DATE} * Time: ${TIME} */ |
phpstrom在缩进位置而不是行首添加注释
Settings -> Code Style -> PHP -> Other -> Code Commenting -> Line comment at first column
默认是打开的,需要将其关闭
phpstrom自动换行
File->Settings->Editor->General->Virtual Space
勾选 “ Use soft wrap in editor ” //在编辑器中自动换行
分类: 技术