配置IntelliJ IDEA

  1. File Encoding

    File-->Setting-->File Encodingapp

    idea版本不一样可能所在位置不一样jsp

    搜索Encodingmaven

  2. Font

    file-->setting-->font编辑器

    调整菜单字体:ide

    file-->setting-->appearance&behavior--> appearance字体

    设置为DialogInputui

    设置console font:this

    file-->setting-->editor-->color&fonts-->console fontidea

  3. 编辑器背景色 

    file-->setting-->editor-->colors&fonts-->generalspa

    设置console colors:

    file-->setting-->editor-->color&fonts-->console colors-->console background

    护眼色:#C7EDCC或用#CCE8CF

  4. open project in new window

    file-->setting-->Appearance&Behavior-->System Settings

  5. 用*标识编辑过的文件

    Editor -> Editor Tabs

    Mark modified tabs with asterisk

    Show tabs in single row

  6. 设置主题

    Appearance&Behavior-->Appearance-->theme

  7. 关闭自动保存

    Appearance&Behavior-->System Settings

  8. Disable Unused Plugins

    File-->Setting-->plugins

  9. Turn off Synchronize Files

     If you’re not editing files outside of IDEA then turn this feature off in File-->Setting-->Appearance&Behavior-->System Settings

  10. 不导入target .idea文件夹

    file-->setting-->editor-->file types

  11. Version Control ignored files

    file-->setting-->Version Control-->ignored files

  12. 显示行号

    File-->Settings->Editor->Appearance 

    Show line numbers

  13. 快捷键

    File-->Settings-->Keymap

    Help-->Default Keymap Reference

  14. Reopen last project

    File-->Setting-->Appearance & Behavior-->System Settings

    Reopen last project on startup

  15. VM options

    D:\Program Files\JetBrains\ideaIU-14.1.1\bin\idea64.exe.vmoptions

    File-->Setting-->Build...-->Compiler

    Run/Debug Configurations-->Server-->VM options

    -Xms, -Xmx等参数可根据JAVA_HOME\bin\jvisualvm.exe的监测结果设置

    修改D:\Program Files\JetBrains\ideaIU-14.1.1\bin\idea64.exe.vmoptions里-Xms,-Xmx的参数后

    设置:File-->Setting-->Appearance-->选择Show memory indicator,在右下角能够看到heap使用状况

  16. maven

若是想暂时移除某个模块,不删除文件。

恢复,将对应的模块pom.xml前的勾选去掉。

部署

选择后修改js,jsp能当即看到改变后的效果

代码

code completion

1.file-->setting-->Editor-->General-->Code Completion-->Case sensitive completion:None

2.quote or brace

column&indent

相关文章
相关标签/搜索