- Unzip the eclipse package into the English directory
- Eclipse Simple Configuration
- Set character sets
- Window--preferences--general--workspace--text file Encoidng--other--utf-8
- Set JDK Path
- Window--preferences--java--installed JREs
- Check if the path corresponds to a JDK, not a JRE. If not, configure it.
- Formatting code
- Window--preferences--code style--formatter--edit--braces--all Choose Next line
- Using GitHub in Eclipse
- Note: You must update the code before committing the code
- Copy Job URL Https://github.com/Cheer201704/Homework
- Import git Project
- File--import--git--projects from Git--clone uri--next--next--Select Master Branch--next--import as General Project--finish
- Modify or add a submitted user name
- Window--preferences--team--git--configuration--user Settings--add entry--
- Update git project
- Right-click Project--team--pull
- Submit a Git project
- Open the Git Workbench
- Window--show View--other--git--git Staging
- Drag the modified, added, and deleted files from Unstaged changs to staged changes
- Write a commit comment/log
- Commit and Push
- If you encounter a commit that is unsuccessful
- Right-click on Project--team--push branch ' Master ' ... Push code to the remote repository
Ctrl + Shift + T (Type) |
Open Class |
Ctrl + Shift + R (Resource) |
Open any File |
Ctrl + Shift + O (Organize Imports) |
Introducing JAR Packages |
Ctrl + O (Outline) |
Show basic information about a class |
Ctrl + F (Find) |
Find content |
Ctrl + K |
After selecting the characters in, look down |
Ctrl + Shift + K |
After selecting the characters in, look up |
AIT + <- |
Back to the |
AIT + |
Move forward |
Ctrl + T |
Move the cursor to the class name to allow the class to inherit the relationship view, or move to the method name to view the method's inherited diagram |
Ctrl + left mouse button |
Open a link (class, method) |
Ctrl + Shift + F |
Formatting Java code |
AIT + Shift + A |
Enter column edit mode or exit column edit mode |
F11 |
Start debugging |
Ctrl + F11 |
Run the program |
F5 |
Single Step Into |
F6 |
Single-Step Skip |
Ctrl + Shift + X |
Capital |
Ctrl + Shift + Y |
Lowercase |
Eclipse simple configuration in Eclipse using GitHub Eclipse shortcut keys