一:中文乱码

PhpStorm相关设置
二:代码自动换行

PhpStorm相关设置
新版则需要勾选’Soft-wrap files’并手动添加*.php后缀

四:关闭某些phpstorm Unhandled exceptions提示

PhpStorm相关设置
五:Terminal显示中文乱码

找到安装目录下bin/idea.exe.vmoptions文件和idea64.exe.vmoptions文件,在其最后一行添加

-Dfile.encoding=UTF-8

六:集成PHP环境

PhpStorm相关设置
PhpStorm相关设置
PhpStorm相关设置
七:关闭拼写错误提示

PhpStorm相关设置
八:将常用单词加入词库

PhpStorm相关设置
选择Typo:Save “xxx” to dictionary 将单词加入词库

九:Ide配置导入导出

PhpStorm相关设置

相关文章: