编辑器,webstorm,phpstorm系列配置方法汇总-笔记

版权声明:希望对您有帮助~ https://blog.csdn.net/tangkthh/article/details/89156403

1.Ctrl+Alt+L格式化代码时,if,for,等字符后面括号后面的空格问题;

2 .修改Ctrl+w关闭当前编辑窗口;注意:这里需要将默认Ctrl+w给替换掉;

3.编辑器打开js代码JSHint报错问题;

报错截图:

解决:

4.Inspection info: Spellchecker inspection helps locate typos and misspelling in your code, comments and literals, and fix them in one click.

单词底部有波浪线,提示typo in word,看着不爽额(主要是命名不规范...捂脸)

 5.'var' used instead of 'let' or 'const' ...

提示使用let或者const来代替var的波浪线

猜你喜欢

转载自blog.csdn.net/tangkthh/article/details/89156403
今日推荐