Tagged Questions

IDE (Integrated Development Environment) is a computer program that facilitates writing computer programs or applications by providing features more than a simple compiler. An IDE can have a debugger, automation tools, tools to conveniently design the User Interface and sometimes even performance analysis tools.

learn more… | top users | synonyms

973
votes
123answers
207k views

What IDE to use for Python? [closed]

Caution! This ancient question is from the early days of Stack Overflow, and while we recognize its historical significance and have thus chosen to keep it around, please realize that if a ...
417
votes
47answers
49k views

Visual Studio optimizations [closed]

Visual Studio is a pretty awesome IDE, but sometimes you just wish it would go faster. I was wondering if people have any tips or tricks to help speed up Visual Studio in day-to-day use. Things that ...
258
votes
26answers
137k views

Good JavaScript IDE with jQuery support [closed]

I'm planning to start learning jQuery (among other things), so I'm looking for a good Javascript editor that can preferably provide some of the following features: Syntax coloring Contextual help ...
212
votes
54answers
22k views

Learning Ruby on Rails

As it stands now, I'm a Java and C# developer. The more and more I look at Ruby on Rails, the more I really want to learn it. What have you found to be the best route to learn RoR? Would it be ...
182
votes
71answers
19k views

Any good PHP IDE, preferably free or cheap?

Does anyone know of any good IDE (Code completion, Syntax coloring, etc) that will handle php. Looking for anything that might be relatively cheap or free and doesn't run like crap (IE: Eclipse)
153
votes
37answers
20k views

Why should I use an IDE?

In another question, Mark speaks highly of IDEs, saying "some people still just dont know "why" they should use one...". As someone who uses vim for programming, and works in an environment where ...
146
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: ...
135
votes
45answers
124k views

C++ IDE for Linux?

I want to expand my programming horizons to Linux. A good, dependable basic toolset is important, and what is more basic than an IDE? I could find these SO topics: Lightweight IDE for linux and ...
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 ...
109
votes
23answers
33k views

Which is the best IDE for Scala development? [closed]

I like all three of the popular Java IDE's and all three have plug-ins for Scala. I'll probably try all three eventually, but since I'm totally new to the language I figured I'd ask which is the most ...
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
96
votes
6answers
16k views

Adding a guideline to the editor in Visual Studio [closed]

Introduction I've always been searching for a way to make Visual Studio draw a line after a certain amount of characters: Below is a guide to enable these so called guidelines for various versions ...
94
votes
13answers
32k views

What are my IDE/Editor choices for Haskell?

I typically use Emacs with hasktags for editing Haskell but I would like to enumerate all the choices and hopefully get feedback on each. Emacs VIM Visual Haskell EclipseFP leksah SHIM (wasn't this ...
90
votes
25answers
66k views

What Ruby IDE do you prefer? [closed]

I've been using Eclipse with RDT (not RadRails) a lot lately, and I'm quite happy with it, but I'm wondering if you guys know any decent alternatives. I know NetBeans also supports Ruby these days, ...
84
votes
28answers
32k views

django development IDE

I have done a little django development but it has all been in a text editor. I was curious what more advanced development tools others are using in their django development. I am used to using ...
81
votes
35answers
66k views

Best IDE for Ruby on Rails [closed]

Having moved from Java to Ruby, I am struggling to find a good IDE for Ruby. I used Eclipse on Java, so I tried Aptana Studio (previously Radrails), but it's not even half as good. Currently I am ...
78
votes
51answers
19k views

Is there an IDE that provides code completion for Python

I am quite fond of the Intellisense code completion baked into Microsoft Visual Studio. I find that I only type 2 to 4 characters of any given keyword which drasticaly speeds up my coding. Now that I ...
76
votes
4answers
31k views

XCode 4 - build output directory

I have problems with setting up/locating my output files in XCode4 (beta 5). They are placed somewhere in ~/Library/Developer/ugly_path/.... I can't even select "show in finder" on my products. It is ...
75
votes
13answers
17k views

Using EMACS as an IDE

Currently my workflow with Emacs when I am coding in C or C++ involves three windows. The largest on the right contains the file I am working with. The left is split into two, the bottom being a ...
74
votes
23answers
3k views

Why is debugging better in an IDE?

I've been a software developer for over twenty years, programming in C, Perl, SQL, Java, PHP, JavaScript, and recently Python. I've never had a problem I could not debug using some careful thought, ...
72
votes
3answers
18k views

How to “Add Existing Item” an entire directory structure in Visual Studio

I feel ridiculous for asking this because it seems like it should be so simple, however I have been unable to discover an answer to this question. I have a free standing set of files not affiliated ...
62
votes
44answers
116k views

Best C++ IDE or Editor for Windows [closed]

What is the best C++ IDE or editor for using on Windows? I use Notepad++, but am missing IntelliSense from Visual Studio.
61
votes
29answers
89k views

Is there a good, free Python IDE for Windows?

Other than Notepad++, what text editor do you use to program in Windows? Is there a good, free Python IDE for Windows? I really need some good debugging abilities.
60
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 ...
54
votes
12answers
25k views

Best IDE for Powershell? [closed]

What are the different IDE's for PowerShell? Which is the best?
53
votes
15answers
77k views

Any good, visual HTML5 Editor or IDE?

Well it looks like Dreamweaver CS5 will try to smoother the HTML5 thing for a few more years (weeks actually). Seems like the next rung down is right to Notepad! Anyone know a good HTML5 editor with ...
52
votes
6answers
10k views

Autocompletion in Vim

In a nutshell, I'm searching for a working autocompletion feature for the Vim editor. I've argued before that Vim completely replaces an IDE under Linux and while that's certainly true, it lacks one ...
52
votes
21answers
20k views

JavaScript IDEs [closed]

Yay, another "What is the Best IDE"-Question, but this time it's for a language that does not seem to have any really popular yet: JavaScript. With an IDE, I mean the full set: Writing Code with ...
50
votes
20answers
12k views

Is there a good IDE for SQLite?

Is there a tool out there that can interact with a SQLite database in a similar way that TOAD works with Oracle or Management Studio works with SQL Server? I'm looking for something that visually ...
49
votes
3answers
5k views

Where can I find a video of a professional using Emacs?

I want to see a video of somebody using Emacs really, really well. Not an instructional video, just something that shows off its raw power. I want to be dazzled. The inspiration for this question is ...
48
votes
41answers
85k views

What is the best IDE for PHP? [closed]

I'm a PHP developer and now I use Notepad++ for code editing, but lately I've been searching for an IDE to ease my work. I've looked into Eclipse, Aptana Studio and several others, but I'm not really ...
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 ...
46
votes
5answers
12k views

PHPDoc type hinting for array of objects?

So, in PHPDoc one can specify @var above the member variable declaration to hint at its type. Then an IDE, for ex. PHPEd, will know what type of object it's working with and will be able to provide a ...
45
votes
22answers
8k views

NetBeans Tips and Tricks

I just saw an Eclipse tips & tricks post and was wondering if anyone had any tips & tricks for my IDE of choice: NetBeans. Here's a few I know and find to be useful: Removing a package: ...
41
votes
12answers
7k views

Is there an IDE for Go?

I know that Go is new and experimental, so I don't think that there already is one. But does anyone know one being worked on? I know that syntax highlighting is available for emacs, vim and xcode. But ...
39
votes
5answers
14k views

What IDE to use for Node.js / Javascript? [closed]

What is your preference when it comes to editing/debugging large JavaScript projects, containing number of relatively big JS files? Please list your choice, why do you like it compared to others; If ...
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 ...
38
votes
9answers
2k views

Best practices for developing larger JavaScript applications

Having a strong background in Java/C++ i wonder if it is possible to develop a somewhat larger JavaScript application without having to cut back on quality. Any hints are appreciated regarding: ...
37
votes
31answers
15k views

What is the single best free Eclipse plugin for a Java developer [closed]

Some Eclipse plugins are mandated by your environment. The appropriate source code management plugin, for example - and I'm not interested in those. Some provide useful enhancements, but in a ...
36
votes
14answers
18k views

Clojure editor/IDE recommendations on Mac OS X

I am starting to learn the Clojure programming language. Are there any recommendations for Clojure editors/IDEs on Mac OS X? Update 2009-09-23: The Clojure space has changed tremendously since I ...
36
votes
12answers
10k views

Using Vim for Lisp development

I've been using Lisp on and off for a while but I'm starting to get more serious about doing some "real" work in Lisp. I'm a huge Vim fan and was wondering how I can be most productive using Vim as my ...
35
votes
4answers
6k views

ropemacs USAGE tutorial

There are many sites with instructions on installing ropemacs, but so far I couldn't find any with instructions on how to use it after it's already installed. I have it installed, or at least it seems ...
35
votes
16answers
40k views

Best JavaScript editor or IDE with IntelliSense and debugging (possibly)?

Which JavaScript editor is good? I need IntelliSense support for custom JavaScript code as well. If it supports debugging that would be a great value, and of course I need it. I searched too much on ...
35
votes
16answers
14k views

Best IDE for Grails/Groovy? [closed]

I am starting a project with Grails since I already use Eclipse, it was my first choice. But I don“t think its good enough, had some problems and the plugging is poor in functionalities. Anyone ...
34
votes
2answers
919 views

How to hook a method to the Edit event in Delphi 7 IDE?

I'd like to automatically checkout a file when I start to edit it in Delphi 7 IDE. ClearCase is my version control system and I really hate the need to checkout a file before starting to edit. It ...
34
votes
9answers
11k views

Haskell IDE for Windows?

OK, I really searched on this one, also in stackoverflow. (E/TextMate is the closest I found in this topic, but it doesn't seem to be that big of deal) I tried emacs, but I don't seem to find a ...
34
votes
17answers
25k views

What's a good IDE to use for Lua?

I've got things minimally working in Scite... and a quick browse tells me that there is an Eclipse plugin and several other standalone editors, in addition to other general purpose editors with Lua ...
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
21k 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: ...

1 2 3 4 5 67