사용자 도구

사이트 도구


wiki:eclipse:shortcut

차이

문서의 선택한 두 판 사이의 차이를 보여줍니다.

차이 보기로 링크

다음 판
이전 판
wiki:eclipse:shortcut [2020/02/18 12:12]
dhan 만듦
wiki:eclipse:shortcut [2023/01/13 18:44] (현재)
줄 1: 줄 1:
-====== ======+====== 이클립스 주요 단축키 Top 30 ====== 
 + 
 +==== Programmer Selection ==== 
 1) Ctrl + Shift + T for finding a class even from a JAR file 1) Ctrl + Shift + T for finding a class even from a JAR file
-This keyboard shortcut in Eclipse is my most used and favorite shortcut. While working with a high-speed trading system that has a complex code, I often need to find classes with the just blink of the eye, and this Eclipse keyboard shortcut is just made for that. No matter whether you have a class in your application or inside any JAR in the workspace, this shortcut will find it.+  This keyboard shortcut in Eclipse is my most used and favorite shortcut. While working with a high-speed trading system that has a complex code, 
 +  I often need to find classes with the just blink of the eye, and this Eclipse keyboard shortcut is just made for that. No matter whether you have a class in your application 
 +  or inside any JAR in the workspace, this shortcut will find it.
  
 2) Ctrl + Shift + R for finding any resource (file) including config xml files 2) Ctrl + Shift + R for finding any resource (file) including config xml files
-This is similar to the above Eclipse shortcut with the only difference that it can find out not only Java files but any files, including XML, configs, and many others, but this eclipse shortcut only finds files from your workspace and doesn’t dig at the JAR level.+  This is similar to the above Eclipse shortcut with the only difference that it can find out not only Java files but any files, including XML, configs, and many others 
 +  , but this eclipse shortcut only finds files from your workspace and doesn’t dig at the JAR level.
  
 3) Ctrl + 1 for quick fix 3) Ctrl + 1 for quick fix
-This is another beautiful Eclipse shortcut that can fix up any error for you in Eclipse. Whether it’s missing declaration, missing semi-colon, or any import related error, this eclipse shortcut will help you to quickly sort that out.+  This is another beautiful Eclipse shortcut that can fix up any error for you in Eclipse. 
 +  Whether it’s missing declaration, missing semi-colon, or any import related error, this eclipse shortcut will help you to quickly sort that out.
  
 4) Ctrl + Shift + o for organize imports 4) Ctrl + Shift + o for organize imports
-Another Eclipse keyboard shortcut for fixing missing imports. Particularly helpful if you copy some code from other files and what to import all dependencies. +  Another Eclipse keyboard shortcut for fixing missing imports. 
 +  Particularly helpful if you copy some code from other files and what to import all dependencies. 
  
-== Eclipse Shortcut for Quick Navigation ==+==== Quick Navigation ====
  
 7) Ctrl + o for quick outline going quickly to a method 7) Ctrl + o for quick outline going quickly to a method
줄 26: 줄 34:
 16) Go to a type declaration: F3, This Eclipse shortcut is very useful to see function definition very quickly. 16) Go to a type declaration: F3, This Eclipse shortcut is very useful to see function definition very quickly.
  
 +==== Editing Code ====
  
-Read more: https://javarevisited.blogspot.com/2018/07/top-30-eclipse-keyboard-shortcuts-java-programming.html#ixzz6EGtCjUUM+주레피) 소문자 변환은 블럭 지정후 Ctrl + Shift + y 
 + 
 +주레피) 대문자 변환은 블럭 지정후 Ctrl + Shift + x
  
  
줄 50: 줄 61:
 19) Ctrl + Q for going to last edited place 19) Ctrl + Q for going to last edited place
  
 +==== Miscellaneous ====
  
-Read more: https://javarevisited.blogspot.com/2018/07/top-30-eclipse-keyboard-shortcuts-java-programming.html#ixzz6EGtCjUUM 
 20) Ctrl + T for toggling between supertype and subtype 20) Ctrl + T for toggling between supertype and subtype
  
줄 71: 줄 82:
  
 30) Ctrl + Shift +F for Autoformatting. 30) Ctrl + Shift +F for Autoformatting.
 +
 +===== Images =====
 +
 +{{:wiki:eclipse:eclipse_shortcut.jpg?direct|}}
  
 ===== Ref ===== ===== Ref =====
/volume1/web/dokuwiki/data/attic/wiki/eclipse/shortcut.1581995552.txt.gz · 마지막으로 수정됨: 2022/03/10 19:52 (바깥 편집)