美文网首页
JetBrains IntelliJ IDEA个人设定

JetBrains IntelliJ IDEA个人设定

作者: chenfh5 | 来源:发表于2018-04-02 22:21 被阅读63次

    记录一下个人重置JetBrainIntelliJ IDEA后的常用配置,当然最方便的仍是使用Import/Export Settings,目录如下,

    1. 常用设置
       - Project Defaults Setting
       - Project Setting
    2. 常用插件
    3. 新机器
    4. Shortcut
    5. Reference
    

    常用设置

    Project Default Settings

    1. File Encodings


      File Encoding UTF-8
    2. Maven


      Maven Setting
    3. Line Separator


      line separator
    4. Code line width


      image.png

    Project Settings

    1. Font


      color schema font
    2. Shell替换
      终端类型从Windows的cmd.exe替换为Linux的bash.exe


      linux shell
    3. Others

    • Show Whitespaces
    • enable Navigation Bar
    • disable Toolbar
    • enable Breadcrumbs
    • disable Imports Folding
    View Tab whitespaces Imports Folding case sensitive method separators

    常用插件

    1. .ignore
    2. BashSupport
    3. Markdown Navigator(table shows perfect)/support(table can not show)
    4. String Manipulation
    5. Maven Helper
    6. Python
    7. Scala
    8. Pig
    9. CodeGlance
    10. Rainbow Brackets
    Custom plugins

    新机器

    1. 安装JDK
    2. 安装git
    3. 安装maven
      • 配置proxy
      • 配置setting_self
    4. 安装Gradle
      • 配置GRADLE_HOME
      • 配置GRADLE_USER_HOME
    5. 安装idea
      • 配置setting
      • 配置proxy
    6. 安装Scala
    7. 安装Python

    Shortcut

    工作Windows和生活Mac之间来回切换,有时候会经常搞混,那就记录常用的快捷键

    Feature Windows short cut Mac short cut others
    向下复制该行 ctrl+D CMD+D

    Reference

    相关文章

      网友评论

          本文标题:JetBrains IntelliJ IDEA个人设定

          本文链接:https://www.haomeiwen.com/subject/ptpacftx.html