idea设置

字体大小

Editor>Font  Size 18
Editor>Color Scheme > Console Font

编码设置

format设置

import设置

防止导入*号
Editor>Code Style>Java>Imports>Class count to use import with "*" 设置为999

import 顺序

注解

注解warp
https://blog.csdn.net/aibieqing241/article/details/51437873

内存设置

插件安装

JRebel for IntelliJ
.ignore
CamelCase
codehelper.generator
GsonFormat
GenerateAllSetter
CodeGlance
Background image Plus
Nyan progress bar
Rainbow Brackets
RestfulToolkit
Maven Helper
IDEA Restart
Grep Console
SonarLint
Translation
JUnitGenerator

git 设置

maven设置

C:\Users\********\.m2\settings.xml
C:\Users\********\.m2\repository

SSH远程连接设置

tool>Deployment>Configuration
tool>Start SSH session

git bash 乱码

https://www.cnblogs.com/sxdcgaq8080/p/9071282.html

  1. 首先找到IDEA在本地的安装路径,找到idea.exe.vmoptions
    文件和idea64.exe.vmoptions文件,在其最后一行添加
-Dfile.encoding=UTF-8
  1. 找到git安装路径 /etc/bash.bashrc,在最后面添加
export LANG="zh_CN.UTF-8"
export LC_ALL="zh_CN.UTF-8"

软换行

double shift 搜索 soft warp
https://www.smwenku.com/a/5bfe22d0bd9eee7aed332fac/zh-cn

你可能感兴趣的:(idea设置)