The plugin can easily open the directory where the project files are located.
1, download the plugin
OpenExplorer Jar package download address
https://github.com/samsonw/OpenExplorer/downloads
or use
My uploaded resources
2. Installation method: Put the downloaded jar file under "$ECLIPSE_HOME/plugins" and restart eclipse.
Uninstall method: Stop eclipse and delete the jar file directly.
1. Locate the eclipse.ini/myeclipse.ini file in the eclipse/myeclipse directory.
2. Add the startup parameter after -vmargs: -Duser.name=the name you want to display.
3. Restart eclipse/myeclipse.
Open the class you want to find, select the class name, press Ctrl+T (shortcut window)
Select the name of the class and press F4
Download lombok.jar
My uploaded resources
is placed under the ecpilse file
and then add it in the eclipse.init file
-javaagent:lombok.jar
-Xbootclasspath/a:lombok.jar
Introduce the following dependencies into the project
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok-maven</artifactId>
<version>1.16.14.0</version>
</dependency>


IDEA common shortcuts
Idea search and replace
ctrl+shift+r
Eclipse common shortcuts
Validate verifies that there is no irregularity in the code in the file in the project, and some will display a red cross. Can verify the non-standard places in the code, eliminate the role of the red...
1. windows–>perferences–>general–>startup and shutdown turns off unused startup items: WTP: A thing similar to myeclipse, the main difference is that WTP is free. If you use...
A description of the optimization problem When you press the keyboard shortcut CTRL + H, appeared the following screenshot, is selected by default Java Search And we use the most is File Search, File ...
The basic use of Eclipse people have this case, as shown: wait for a variety of wood there, there are all kinds of collapse ah wood there, anyway, I feel annoying, but do not know why, if canceled, re...
EclipseStart by$ECLIPSE_HOME/eclipse.iniControl, if$ECLIPSE_HOME Has not been defined,EclipseThe default installation directoryeclipse.iniIt will take effect. eclipse.iniIt is a text file that is equi...
1.Disable unwanted plug-ins: Coordinates:windows–->perferences–->general–->startup and shutdown Close startup items: &n...
Today took a small project, import all normal. But the bottom right corner always appear 28% Validating + project name ,As follows There are all kinds of waiting wood, all kinds of crashes wood with a...
1.eclipse encoding settings in: When using a template eclipse in New JSP, xhtml and other documents, Default encoding: ISO-8859-1.ISO-8859-1 encoding for the display is not supported by the Chinese, s...
Article Source: The articleOffice Article Source When creating a new workspace, you used to do the following settings: 1. In the eclipse, the default Tex...
Problem Description: Run Eclipse to change any file as long as Ctrl + S can be stuck. . . No response Remarks: Has a certain effect, but still stuck Eclipse startup parameters are set in a file...