Tagged Questions

147
votes
26answers
21k 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: ...
121
votes
39answers
22k 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 in hearing from ...
98
votes
74answers
24k views

Hidden features of Eclipse [closed]

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
61
votes
3answers
22k views

Eclipse/Java code completion not working

I've downloaded, unzipped and setup Eclipse 3.4.2 with some plugins (noteable, EPIC, Clearcase, QuantumDB, MisterQ). Now I find when I'm editing Java projects the code completion is not working. If ...
46
votes
11answers
5k views

Eclipse webtools project (WTP) and its performance / quality

Our company is using eclipse since several years now (we are using WTP since release 0.7) I am currently evaluating eclipse 3.6.2 with WTP 3.2.3 which should replace eclipse 3.4.2 with WTP 3.0.4 as ...
39
votes
11answers
15k views

Is there a Macro Recorder for Eclipse?

Anybody know of a good eclipse plugin for recording and playing back macros? I've tried this one, but it didn't do me any good- seemed like it wasn't ready for primetime. I know about editor ...
34
votes
12answers
3k views

Do you keep your project files under version control? [closed]

Do you keep project files like Eclipse's .project, .classpath, .settings under version control (e.g. subversion)?
33
votes
4answers
22k views

Best way to add Activity to an Android project in Eclipse?

When adding an activity to an existing Android project, I manually create a new class - is that the best / preferred way? How do others handle that?
33
votes
9answers
28k views

uninstall plugins in Eclipse 3.4.X

The GUI for managing plugins in Eclipse got a bit of an overhaul in version 3.4.0. This GUI is accessed via the "Software Updates..." option in the Help menu. This displays the following dialog: ...
32
votes
9answers
9k views

Can Eclipse refresh resources automatically?

One of the things that really irks me about Eclipse is the way it deals with out-of-sync resources (files that have been edited outside of the IDE). In most IDEs I've used, only resources with ...
27
votes
4answers
20k views

Bash script plugin for Eclipse?

Are there any decent bash plug-ins for Eclipse? My only requirement is syntax highlighting. I've googled about but did not see anything that looked like "the" bash plug-in.
27
votes
7answers
18k views

Eclipse syntax highlighting preferences save and restore

I spend some time customizing the colors for syntax highlighting in Eclipse (Java, JSP, HTML, CSS, etc.) but whenever I try to export these settings via File|Export|General|Preferences and reimport ...
26
votes
14answers
2k views

Alternative to Eclipse for C and C++ development?

I have been using Eclipse for C and C++ development for some time. Unfortunately Eclipse has it's faults (speed, the crappy integrated console, and some bugs that pop up from time to time). For C++ ...
25
votes
4answers
9k views

What is the best Vim plugin for Eclipse [closed]

I have found 3 and would like to know other people's ideas: Vimplugin Vrapper Eclim Eclim is sort of the "wrong" way around. It takes eclipse to vim. I want to take vim to eclipse. I've put it ...
25
votes
5answers
17k views

Preferred ruby plugin for Eclipse?

RDT seems to be the preferred ruby plugin for adding ruby language support to Eclipse. However, I see that the main developer on that project has joined Aptana RadRails. Does this mean that project is ...
24
votes
4answers
6k views

Is there a way to collapse all code blocks in Eclipse?

Eclipse has that "+/-" on the left to expand and collapse blocks of code. I've got tens of thousands of lines to go through and would really like to just collapse everything, and selectively expand ...
24
votes
5answers
8k views

How do I enable the column selection mode in Eclipse?

News wrote that Eclipse 3.5 finally supports column selection. Unfortunately I don't know HOW to enable it. I tried pressing the ALT-key like I am used to in Visual Studio and all other Microsoft ...
23
votes
20answers
806 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. ...
23
votes
12answers
2k views

Eclipse PDT “tips”?

(Yes, this is a quite opened and general and subjective question -- it's by design, cause I want tips you think are great !) I'm using Eclipse PDT 2.1 to work in PHP, either for small and/or big ...
20
votes
23answers
20k views

Is Eclipse the best IDE for Java? [closed]

Is Eclipse the best IDE for Java? If not, is there something better? I want to know and possible try it out. Thanks.
19
votes
16answers
13k views

alternatives to XCode for iPhone development? (OR: how to make XCode suck less?)

I've been a Java developer for 10+ years now, and have come to love the power that modern IDEs provide for things like refactoring, finding dead code, finding "usages of", etc. I'm starting to do ...
18
votes
4answers
7k views

Eclipse: Set maximum line length for auto formatting?

I am working with Java. If I hit Ctrl+Shift+F in Eclipse Helios, it will auto format my code. At a certain point, it wraps lines. I would like to increase the maximum line length. How can I do this?
17
votes
3answers
2k views

Is there a shortcut in Eclipse to Re-run the most recently launched program?

One of the most frequent thing I do with Eclipse is to re-run the last program. I do it by going to Run -> Run History -> [top most item]. Is there a shortcut key that does this? Edit: I know of ...
15
votes
2answers
4k views

Change Eclipse settings to ignore errors on a specific file

In my dynamic web project in eclipse, I have jQuery in my js source folder. For some reason, Eclipse is not handling it correctly and interpreting many lines as errors in the standard jQuery file ...
15
votes
7answers
37k views

Eclipse plugin for Objective-C?

I'm going to learn Objective-C, and I was wondering if there was an eclipse plugin out there to do things like syntax highlighting and easy compiling/project management. I did some preliminary ...
15
votes
28answers
2k views

How can I stop using a mouse while programming in my IDE?

I love using an IDE, because I get some great productivity gains. However, I have a couple reasons to stop using a mouse with an IDE: To code faster - It definitely slows down my coding when my ...
15
votes
2answers
5k views

Is there a keyboard shortcut in Eclipse to fold the current method/block?

Hey, question says it all. I have folding turned on in Eclipse (v3.4), and rather than having to click the little +/- in the page gutter, I'm wondering if there's a keyboard shortcut to just "fold the ...
15
votes
13answers
17k views

How can I reduce Eclipse's memory use?

I use the recent Ganymede release of Eclipse, specifically the distro for Java EE and web developers. I have installed a few additional plugins (e.g. Subclipse, Spring, FindBugs) and removed all the ...
14
votes
3answers
477 views

What are the advantages of IntelliJ over Eclipse?

I have been working with Eclipse for quite some time and recently got several recommendations to use IntelliJ. As I just saw that questions of the format of "Which IDE is better?" are frowned upon ...
14
votes
3answers
5k views

#region analogue for eclipse

can somebody tell me, is there an analogue of a Visual Studio #region feature for Eclipse IDE ? I really need this magic! :)
13
votes
5answers
2k views

A good development environment setup for Web2Py

Have been trying out Web2Py for a couple of days now and I decided it to be a keeper. But there is one thing that concerns me a lot and that might be a showstopper in the end. I need a nice ...
13
votes
19answers
1k views

Eclipse as an IDE - What do you find missing as a beginner in Java?

I am working on a solution that aims at solving problems that newbie programmers experience when they are "modifying code" while bug fixing / doing change requests, on code in production. Eclipse, as ...
12
votes
5answers
2k views

As of 2011: Netbeans 7 or Eclipse Indigo for C++?

This is basically a duplicate of: Netbeans or Eclipse for C++? But, that question as 3+ years old, and a lot has changed since then. I have a large code base with a custom (but Makefile based) build ...
12
votes
6answers
1k views

.classpath and .project - check into version control or not?

I'm running an open source java project that consists of multiple modules in a tree of dependencies. All those modules are subdirectories in a subversion repository. For newcomers to our project, it's ...
12
votes
8answers
22k views

How to configure Eclipse build path to use Maven dependencies?

I would like to take advantage of the features that Maven provides for managing dependencies in a project. My brief understanding of how Maven works is that it will aquire the JARs needed and then ...
12
votes
9answers
26k views

Eclipse 3.5 Unable to install plugins

I really don't know what's going on with Eclipse 3.5 (3.5.0 or 3.5.1, same issues), but it's been now 2 days that I'm struggling with Eclipse to find a way to make the plugins installation work via ...
12
votes
6answers
2k views

Eclipse optimizations

The question dealing with Visual Studio optimizations saved me so much time firing it up and using it I have a hard time going back to Eclipse when I have to do J2EE development. Hence, I was also ...
12
votes
5answers
2k views

PHP development environment best practices

There are so many options when it comes to PHP development environments and you have to piece it all together yourself. I'm wondering if someone has come up with what they think is the ideal setup ...
11
votes
7answers
1k views

Hints to improve Eclipse performance

Working in Eclipse with big projects can be painful because of IDE works slowly, sometimes stop and don't response. I know it can depends on OS, version of Eclipse etc. All eclipse developers have ...
10
votes
3answers
1k views

Display Eclipse tabs on several lines

I'm using eclipse galileo. Is it possible to display the tabs of my open files on several lines instead of using the >> sign. I still want a unique window to view the code though. If there is ...
10
votes
2answers
732 views

Configure Eclipse to use VS.Net shortcuts?

I've started doing some Python Programming using Eclipse. However, I'm a .Net programmer and I'm use to the keyboard shortcuts in VS.Net 2008. Is there any quick way to reconfigure VS.Net to use the ...
10
votes
7answers
4k views

How to search all open files in Eclipse?

Simple question: how do I search all the files currently open in Eclipse? Note: I don't wanna search all the files I have in that workspace, just the ones open in tabs. Is there an easy way to do ...
10
votes
5answers
2k views

How can I change line height / line spacing in Eclipse?

I am using Eclipse for Java programming but lines in the editor look too close together. I want to change the amount spacing/gap between lines. Is there an option in Eclipse that I can use to do ...
10
votes
11answers
4k views

Visual Studio - Automatically refresh class view when changing class

I come from a Java background and have spent many years using Eclipse. One feature that I miss when using Visual Studio (2008) is that the class view does not automatically refresh when I change ...
10
votes
15answers
4k views

Things possible in Eclipse that aren’t possible in IntelliJ?

I have heard from people who swear by one or the other. Both are full-featured, excellent IDEs. But each has slightly different strengths. This is not meant to turn into a holy IDE war. Please ...
9
votes
3answers
291 views

Highlighting modified lines in Eclipse

In netbeans, if I open a file which is under version control the lines which are modified are highlighted in the left. (green for new lines and blue for modified lines) Is it possible to get a ...
9
votes
3answers
2k views

Is there a way to fold eclipse sub-blocks like an “if” statement?

Currently Eclipse only fold the java doc and at function level, but when reading long methods, there could be quite a lot of if/else etc, is there a way to fold them?
9
votes
7answers
5k views

Remove project .jars from project explorer view in Eclipse

The list of jars just takes up too much space. Can I collapse it or hide it?
9
votes
4answers
9k views

Installing Eclipse (3.4+) plugins in a directory other than ECLIPSE_HOME/plugins

There used to be a way to do this, but I can no longer find this in Eclipse 3.4.1 installation I have. Does anyone know how to do this?
8
votes
1answer
241 views

Code color styling in Eclipse

A nice simple question: Is there something similar to http://studiostyl.es/ for Eclipse? Update: Since I used this link to figure out how to use the plugin, I figured I'd put it here. ...

1 2 3 4 5 11