搜尋此網誌

2023年6月28日 星期三

Intellij個人化設定

快捷鍵
Reformat Code Alt + F
Comment with Line Comment Ctrl + /
Comment with Block Comment Ctrl + /
CodeCompletionBasic Alt + /
Column Selection Mode Alt + Shift + Insert
Generate... Alt + Insert
Expand Recursively Ctrl + +
Collapse Recursively Ctrl + -
Expand All Ctrl + Alt + +
Collapse All Ctrl + Alt + -
Move Caret to Code Block Start Ctrl + [
Move Caret to Code Block End Ctrl + ]
Go to next highlighted element usage Alt + Page Down
Go to previous highlighted element usage Alt + Page Up
Back Alt + Left
Forward Alt + Right
Optimize Imports Ctrl + Alt + O
Rename... Shift + F6
Find in Path... Ctrl + Shift + F
Search Everywhere Double Shift
Find Usages Alt + F7
Toggle Case Ctrl + Shift + U

Code Style
<code_scheme name="Jack" version="173">
  <option name="RIGHT_MARGIN" value="1000" />
  <XML>
    <option name="XML_ATTRIBUTE_WRAP" value="0" />
    <option name="XML_KEEP_LINE_BREAKS" value="false" />
  </XML>
  <codeStyleSettings language="JAVA">
    <option name="RIGHT_MARGIN" value="1000" />
  </codeStyleSettings>
  <codeStyleSettings language="JSP">
    <option name="RIGHT_MARGIN" value="1000" />
  </codeStyleSettings>
  <codeStyleSettings language="PHP">
    <option name="CLASS_BRACE_STYLE" value="1" />
    <option name="METHOD_BRACE_STYLE" value="1" />
  </codeStyleSettings>
  <codeStyleSettings language="XML">
    <option name="RIGHT_MARGIN" value="1000" />
  </codeStyleSettings>
</code_scheme>

沒有留言:

張貼留言