BattZ Posted September 18, 2010 Share Posted September 18, 2010 What's everyones favorite IDE? I've been using Visual Studio, but have been disliking it more and more since it's such a resource hog. It also has some decent plug ins for other languages then the basic it comes with, perl and php I think are some. For Java I use eclipse, and it's pretty good, I think. So what's your favorite for C#, C++, java, or whatever language you like to program in? Quote Link to comment Share on other sites More sharing options...
Mr-Protocol Posted September 18, 2010 Share Posted September 18, 2010 Programmer's Notepad - http://www.pnotepad.org/ kedit - Linux notepad that highlights recognized code. Quote Link to comment Share on other sites More sharing options...
digip Posted September 18, 2010 Share Posted September 18, 2010 Since I don't really write programs any more(use to do some vb6 stuff back in the day), and mainly just do web design now, I use Notepad++. Syntax highlighting and line numbering for all my needs. Quote Link to comment Share on other sites More sharing options...
deleted Posted September 19, 2010 Share Posted September 19, 2010 On Windows I use Notepad++ On OS X I use Coda with additional plugins to do syntax highlighting for C++, Bash etc. Quote Link to comment Share on other sites More sharing options...
Netshroud Posted September 19, 2010 Share Posted September 19, 2010 On Windows I use Notepad++, and Visual Studio for large C/C++ projects. On Mac OS X I use Xcode. On Linux, I use nano or vim for shell scripts, BlueJ for university Java stuff, and boot into Windows for anything big/serious. Quote Link to comment Share on other sites More sharing options...
Infiltrator Posted September 20, 2010 Share Posted September 20, 2010 Notepad++ PSPad Quote Link to comment Share on other sites More sharing options...
supereater14 Posted October 3, 2010 Share Posted October 3, 2010 I use gedit, leafpad, nano and vi Quote Link to comment Share on other sites More sharing options...
Sitwon Posted October 7, 2010 Share Posted October 7, 2010 Vim Quote Link to comment Share on other sites More sharing options...
Trip Posted October 11, 2010 Share Posted October 11, 2010 (edited) msvs c++, vb and aspx on windows ajunta for c & c++ on linux and for web stuff i use dreamweaver which im not overly keen on b/c its more design related what do you guys use for php? Edited October 11, 2010 by Trip Quote Link to comment Share on other sites More sharing options...
BattZ Posted October 14, 2010 Author Share Posted October 14, 2010 (edited) There was a PHP plugin for visual studio that I used for a month while I was in school. Think it was called vs.php, I'll try and find a link. I liked it because it was just a plugin for VS, and I was pretty used to it. http://www.jcxsoftware.com/vs.php EDIT:: it seems you have to pay for it if you want to use it for over a month, so this might not be the best option for you. Edited October 14, 2010 by BattZ Quote Link to comment Share on other sites More sharing options...
dr0p Posted October 16, 2010 Share Posted October 16, 2010 Windows: Notepad++ Linux: vim Both are great editors, although neither is an IDE. Quote Link to comment Share on other sites More sharing options...
Netshroud Posted October 16, 2010 Share Posted October 16, 2010 XCode 4 (DP4). I just need to figure out how to make a target for Java applications (for uni) that calls javac and then java. Quote Link to comment Share on other sites More sharing options...
Sitwon Posted October 18, 2010 Share Posted October 18, 2010 Windows: Notepad++ Linux: vim Both are great editors, although neither is an IDE. I disagree. What can your IDE do that I can't do with Vim? Quote Link to comment Share on other sites More sharing options...
cykio Posted October 18, 2010 Share Posted October 18, 2010 Eclipse on both windows (which is completely broken now, fresh download of Galileo still broken)and ubuntu. Notepad++ and gedit for quick code reading and editing @sitwon a lot more Quote Link to comment Share on other sites More sharing options...
Sitwon Posted October 25, 2010 Share Posted October 25, 2010 Eclipse on both windows (which is completely broken now, fresh download of Galileo still broken)and ubuntu. Notepad++ and gedit for quick code reading and editing @sitwon a lot more Yea, I hear that all the time... but I've used Eclipse, Netbeans, Visual Studio, and other IDEs and I've found very very little practical advantage to any of them over Vim or Emacs. Just saying "a lot more" is like saying, "I don't really know, but I'm going to regurgitate some bullshit response based on my unfounded preconceptions so that I can sound superior to you." Eclipse has some advantage when it comes to interactively debugging C++ code, but that's about it. And I tend to avoid working in C++. Quote Link to comment Share on other sites More sharing options...
harrison Posted November 4, 2010 Share Posted November 4, 2010 I'm going to have to go with Netweaver Development Studio... Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.