46
votes
64answers
6k views
Hidden features of Eclipse
Alright it can be a lame question, but everybody uses these things differently. What's some of the best time savers out there for this IDE.
Tom
43
votes
14answers
2k views
Useful Eclipse Java Code Templates
You can create various Java code templates in Eclipse via the
Window->Preferences->Java -> Editor -> Templates
e.g.
sysout is expanded to:
…
37
votes
39answers
4k views
Do you have any recommended plugins for Eclipse?
Any great plugins out there, free or otherwise?
33
votes
26answers
4k views
Things possible in IntelliJ that aren’t possible in Eclipse?
I have heard from people who have switched either way and who swear by the one or the other.
Being a huge Eclipse fan but having not had the time to try out IntelliJ, I am interested hearing from …
30
votes
8answers
13k views
Color Themes for Eclipse?
I am a recovering Emacs user, who is trying to ease into Eclipse usage. (Since I'm encouraging the rest of the team to use it, I guess I should at least try to get along).
My current excuse is that …
30
votes
17answers
12k views
SVN plugins for Eclipse - Subclipse vs. Subversive
SVN in Eclipse is spread into 2 camps. The SVN people have developed a plugin called Subclipse. The Eclipse people have a plugin called Subversive. Broadly speaking they both do the same things. What …
24
votes
9answers
8k views
Tricks to speed up Eclipse
Which tricks do you know to make the experience with Eclipse faster?
For instance: I disable the all the plugins I don't need (Mylyn, Subclipse, …).
Instead of using a plugin for Mercurial …
23
votes
10answers
8k views
What are the best JVM settings for Eclipse?
What are the best JVM settings you have found for running eclipse.
Thanks!
22
votes
10answers
11k views
Dark colorscheme for eclipse?
Is Eclipse at all themeable? I would like to install a dark colorscheme for it, since I much prefer white text on dark background than the other way around.
Edit: so apparently there is NO easy way …
20
votes
11answers
3k views
Android Development
I am interested in trying some Android Development and I've not had much luck getting started. I'm not much of a Linux person but I have an Ubuntu box setup that I attempted to install the android SDK …
16
votes
15answers
315 views
What are the most important features of an IDE for Perl development?
As some of you might know I am the lead developer of Padre, the Perl IDE. In the first year of its development Padre became an acceptable text editor with some extra features for Perl development.
…
16
votes
6answers
495 views
A new version of Eclipse just came out. Is there anything I can do to avoid having to manually hunt down my plugins again?
Galileo came out the other day, and even though plugins under Eclipse are, IMO, just a little bit easier to deal with than Netbeans, it would still be really awesome if there was a simple way for me …
16
votes
11answers
2k views
Useful Eclipse features?
I have been using Eclipse as an IDE for a short amount of time (about 3 months of full use) and almost every day I learn about some shortcut or feature that I had absolutely no idea about. For …
15
votes
7answers
1k views
Using both Eclipse and NetBeans on the same project
Eclipse is a really great editor, which I prefer to use, but the GUI design tools for Eclipse are lacking. On the other hand, NetBeans works really well for GUI design.
Are there any tips, tricks …
15
votes
11answers
1k views
A Java API to generate Java source files
I'm looking for a framework to generate Java source files.
Something like the following API:
X clazz = Something.createClass("package name", "class name");
clazz.addSuperInterface("interface name");
…
