idea設定

1341 ワード

フォントサイズ
Editor>Font  Size 18
Editor>Color Scheme > Console Font

エンコーディング設定
format設定
import設定
    * 
Editor>Code Style>Java>Imports>Class count to use import with "*"    999

import   

注釈
注記warphttps://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
  • まずIDEAのローカルでのインストールパスを見つけ、ideaを見つけた.exe.vmoptionsファイルとidea 64.exe.vmoptionsファイル、その最後の行に
  • を追加
    -Dfile.encoding=UTF-8
    
  • 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