idea的一些常用设置

idea的一些常用设置

  1. 更改背景颜色

    1
    2
    File->settings->editor->colors&Fonts->General
    右边复制一份,选择:Text->Default text 勾选background 选择199 237 204;RGB:#C7EDCC
  2. 更换提示按键

    1
    2
    3
    4
    File->settings->keyMap 右边选择eclipse 同时点击保存复制
    修改代码提示按键:点击搜索
    1. 移除原来的Cycle Expand Word 的 Alt+斜杠 快捷键绑定。
    2. 在 Basic 上点击右键,去除原来的 Ctrl+空格 绑定,然后添加 Alt + 斜杠 快捷键。
  3. 更换字体

    1
    2
    File->settings->editor->colors&Fonts->Font
    size:16 字体:courier New
  4. 项目清空缓存

    1
    2
    File -> Invalidate caches
    Build->Reubuild Project
  1. 关闭面板
    1
    搜索ctrl+W  去除掉,选择:editor tabs->close添加ctrl+w
作者

邵文星

发布于

2020-06-23

更新于

2023-07-17

许可协议