Your favourite coding software?
From C++ to PHP, debugging to webhosting; help and discussion about writing your latest program to running your website. NOT for help when your PC won't work.
| Announcements | Posted on | |
|---|---|---|
| TSR launches Learn Together! - Our new subscription to help improve your learning | 16-05-2013 | |
-
Re: Your favourite coding software?Uhh... most normal people would just use .vimrc(Original post by SubSonic912)
Just downloaded and installed Vim, and I really liked it. I hacked the core files to change the colour scheme; now its a black background with green writing which I think gives the software a very retro feel.
-
Re: Your favourite coding software?
I have heard that Visual Studio is generally acknowledged as the best IDE in the software industry as a general tool. Personally, I use Eclipse since I am teaching myself to program for Android and it seems to be the best supported in that area.
Last edited by Bobifier; 27-05-2012 at 23:57. -
Re: Your favourite coding software?Yeh, the ADT makes it stupid to attempt to develop Android apps in VS, even if VS handled Java natively.(Original post by Bobifier)
I have heard that Visual Studio is generally acknowledged as the best IDE in the software industry as a general tool. Personally, I use Eclipse since I am teaching myself to program for Android and it seems to be the best supported in that area. -
Re: Your favourite coding software?
Visual Studio is my favourite for development on Windows in C/C++/.NET languages, then I use Notepad++ for web coding (HTML/JavaScript/PHP/etc).
I used to use Dreamweaver back when it was version MX 2004 but I agree that it was bulky then and it's bulky now, though I will agree it has a few nicer features these days like automatic code-completion.