Tagged Questions

193
votes
40answers
13k views

Visual Studio Optimizations

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 …
165
votes
69answers
27k views

What IDE to use for Python

As a Python newbie, it is interesting to know what IDE's ("GUIs/editors") others use for Python coding. If you can just give the name (e.g. Textpad, Eclipse ..) that will be enough. If it is already …
47
votes
50answers
6k 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 …
46
votes
63answers
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
57answers
5k 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)
42
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: …
42
votes
25answers
3k views

Learning Ruby on Rails

As it stands now I'm a Java and C# developer, but 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 …
38
votes
32answers
5k 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 …
32
votes
26answers
3k 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
20answers
1k 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, …
27
votes
7answers
12k 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 …
27
votes
18answers
2k views

JavaScript IDEs

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 …
24
votes
29answers
1k views

Are we as programmers becoming too dependent on our IDEs?

For a long time, the only IDE I knew was the VB6 IDE, which is fairly outdated (ca. 1998) and not very feature-rich (unless you purchase third-party add-ons). You can set breakpoints and watches and …
23
votes
30answers
12k views

C++ IDE for Linux?

I'm currently in the process of expanding my programming horizons to Linux. In order to do that, it is important to have a good basic toolset on which you can rely on. and what is more basic then the …
22
votes
4answers
2k views

Adding a guideline to the editor in Visual Studio

I've always been searching for a way to make Visual Studio draw a guideline (a vertical line after a certain amount of characters). I recently found a simple solution I would like to share: If you …

1 2 3 4 5 71 next
15 30 50 per page