문서의 선택한 두 판 사이의 차이를 보여줍니다.
다음 판 | 이전 판 | ||
wiki:eclipse:shortcut [2020/02/18 12:12] dhan 만듦 |
wiki:eclipse:shortcut [2023/01/13 18:44] (현재) |
||
---|---|---|---|
줄 1: | 줄 1: | ||
- | ====== ====== | + | ====== |
+ | |||
+ | ==== 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. | + | |
+ | | ||
+ | | ||
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. | + | |
+ | | ||
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, | + | |
+ | | ||
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. | + | |
+ | | ||
- | == 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: | 16) Go to a type declaration: | ||
+ | ==== Editing Code ==== | ||
- | Read more: https:// | + | 주레피) 소문자 변환은 블럭 지정후 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:// | ||
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 ===== | ||
+ | |||
+ | {{: | ||
===== Ref ===== | ===== Ref ===== |