Computer Science-ide-eclipse
1. Website: http://www.eclipse.org/
The 2.Eclipse default character set is GBK, and projects typically use UTF-8;
Text file Encoding, Workspace, General, Preferences, Window
3.Eclipe View (IDE window)
Window, Show View;
4.Workspace
File, Switch Workspace;
5.Project Build Path
Project Right-click Build Path;
6. New
File-New;
7. Output/Export-Jar/war
FILE--Export--(JAR file)
8. Content Assistance
Code hint, default is enter "." After the automatic appearance;
Window->preferences->java->editor->content Assist;
9. Hover Tips
The mouse pointer points to additional information about the element;
window->preferences->java->editor->hovers;
10. Code templates
windows->preferences->java->editor->templates;
11. Shortcut keys (Common)
Classic:
Ctrl+1-Quick Fix (ex: import, try surround)
Ctrl+shift+f-Formatting The current code
alt+/-Content Assist
Alt+↓-the current line and the following line interaction position
ctrl+alt+↓-Copy the current line to the next line
ctrl+/-comment on the current line, and then cancel the comment
Search:
Ctrl + H;
Navigate:
Ctrl+shift+r-Search for files in the project
Debug:
Step into F5;
Step over F6;
Step Return F7;
Refactoring:
F2-Rename
Alt+shift+r-Renaming a path refactoring
Eclipse Common Features