zoukankan      html  css  js  c++  java
  • IntelliJ IDEA配置和快捷键

    配置
    1、File》Settings》Appearance&Behavior》设置主题
    2、File》Settings》Appearance&Behavior》Appearance》设置窗体及菜单栏的字体大小
    3、File》Settings》Editor》Color Scheme》设置编辑区字体及颜色
    4、plugins设置插件
    5、Editor》General》Change font size(Zoom)with Ctrl+Mouse Wheel》通过ctrl+鼠标滚轮改变字体大小
    6、Editor》General》Show quick documentation on mouse move》设置鼠标悬浮自动提示
    7、Editor》General》Auto Import》Insert Imports on paste:All 全部自动导包
    Add unambiguous imports on the fly:动态添加明确的导入
    Optimize imports on the fly(for current project):动态优化导入
    8、Editor》General》Appearance》Show line numbers、Show method separators:显示行号和方法分隔符
    9、Editor》General》Code Completion》Case sensitive completion:None,智能提示忽略大小写
    10、Editor》General》Editor Tabs》Show tabs in single row 取消单行显示tabs
    11、Editor》Font》设置字体大小 Consolas、18
    12、Editor》Color Scheme》Language Defaults》Comments》设置注释的颜色
    13、Editor》File and Code Templates》Includes》File Header》设置文件头部注释信息
    /**
    @author jay
    @create ${YEAR}-${MONTH}-${DAY} ${TIME}
    */
    14、Editor》File Encodings》项目编码集UTF-8,全部改成UTF-8,勾选Transparent native-to-ascii conversion
    15、Build Execution Deployment》Compiler》Build project automatically、Compile independent modules in parallel 自动生成项目、并行编译独立模块,文件修改,运行时自动编译
    16、File》Power Save Model不能勾选
    快捷键
    1、Settings》Keymap修改快捷键
    2、没了

  • 相关阅读:
    使用django开发一个web项目初试
    关于github一些比较重要的命令
    删除github repository的方法
    Node、npm与Vue配置与问题记录
    [记忆]5月第二周
    git am patch冲突解决步骤
    git丢弃本地修改的几种方式
    Log4j 2.X 漏洞解决
    Maven依赖范围Scope及传递性依赖
    Mysql创建事件定时任务
  • 原文地址:https://www.cnblogs.com/xsj1989/p/14600596.html
Copyright © 2011-2022 走看看