Since I will be dealing with Eclipse from now on, I will study how to operate it. It's almost the same as VS Code, so it looks like it will fit in quickly.
| Key | Contents |
|---|---|
| Ctr + M | Screen maximization |
| Ctrl + ; | Large font size (the position of the semicolon is+Remember) |
| Ctrl + - | Small font size |
| Option + Shift + J + X | RUN (Execute) |
| Option +Arrow | Move lines |
| Command + D | Delete line |
| Sift + Ctrl + F | Formatting |
| Ctrl + Speace | Input completion ・ Move with tab ・ Shift+Back with tab |
| Shift + Ctrl + O | Organize import statements (delete imported statements that you no longer need) |
| Ctrl + Command + R | Refactoring |
| Ctrl + . | Move to the error part |
| Ctrl + 1 | Quick fix |
| Ctrl + N | Create New |
| Option + Ctrl +S | Setter / getter generation |
| Option + Ctrl +S | Constructor generation |
Recommended Posts