Eclipse structure optimization

open in Explorer

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.

Set default annotation author

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.

View the inheritance tree of the class

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

lombok

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>

Java automatic prompt

IDEA common shortcuts

Idea search and replace
ctrl+shift+r

Eclipse common shortcuts

<script type="text/javascript"> $(function () { $('pre.prettyprint code').each(function () { var lines = $(this).text().split('\n').length; var $numbering = $('<ul/>').addClass('pre-numbering').hide(); $(this).addClass('has-numbering').parent().append($numbering); for (i = 1; i <= lines; i++) { $numbering.append($('<li/>').text(i)); }; $numbering.fadeIn(1700); }); }); </script>

Intelligent Recommendation

The role and optimization of Eclipse Validating

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...

Eclipse optimization speed

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...

Eclipse shortcut optimization

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 ...

Eclipse Validating slow optimization

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...

eclipse profile optimization

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...

More Recommendation

Eclipse configuration and optimization

1.Disable unwanted plug-ins:         Coordinates:windows–->perferences–->general–->startup and shutdown Close startup items:  &n...

And optimization of the role of Eclipse Validating

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...

eclipse set the optimization Daquan

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...

Eclipse common settings and optimization

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...

eclipse stuck optimization method

  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...

Copyright  DMCA © 2018-2026 - All Rights Reserved - www.programmersought.com  User Notice

Top