1. File Encoding

    File-->Setting-->File Encoding

    idea版本不同可能所在位置不同

    搜索Encoding

  2. Font

    file-->setting-->font

    调整菜单字体:

    file-->setting-->appearance&behavior--> appearance

    设置为DialogInput

    设置console font:

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

  3. 编辑器背景色 

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

    设置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

    配置IntelliJ IDEA

  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

配置IntelliJ IDEA

如果想暂时移除某个模块,不删除文件。

配置IntelliJ IDEA

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

配置IntelliJ IDEA

部署

配置IntelliJ IDEA

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

代码

code completion

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

2.quote or brace

配置IntelliJ IDEA

column&indent

配置IntelliJ IDEA

转载于:https://my.oschina.net/u/657390/blog/404884

相关文章:

  • 2021-12-12
  • 2021-12-31
  • 2021-04-01
  • 2022-01-18
  • 2021-12-04
  • 2021-11-23
猜你喜欢
  • 2021-08-14
  • 2021-06-13
  • 2021-09-26
  • 2022-01-18
  • 2022-01-01
  • 2022-01-01
  • 2022-01-01
相关资源
相似解决方案