Search Results

3
votes

What IDE would you recommend for Python development?

Vim (or gVim, or MacVim). Free, very powerful. You can write your own functions, macros, extensions, etc in minutes and expand it's functionality. There are tons of plugins and …
0
votes

Web Development IDE Suggestions

Vim. If you need features either write them yourself or download from the thousands of plugins out there. NERDTree for file/directory/project/ IDE type file browsing. XMLedit for html/xhtml …
0
votes

When do you use an IDE?

I use vim for everything except Objective-C stuff, which I use xCode for. The Interface builder, error checking, debugging are quite valuable. However, I use a InputManager to let …