To view parent comment, click here.
To read all comments associated with this story, please click here.
Actually I am coming from Linux development so this is my first time using VS. I like it, I never really got attached to other IDEs and preferred vim.
The most notable difference in VS 2010 is that you can drag all parts of it around. Place different portions of the application wherever you want. For example I have Errors and Output on my laptop screen. They also rewrote it using WPF so it looks somewhat different (although everything is pretty much still at the same place).
Also the "Call Hierarchy" feature is handy when you want to see exactly what gets called.
What IDE do you use? I am particularly interested in a good IDE for RoR (preferably if it runs on Linux and can access SFTP mounted folders
).
I develop in Eclipse (or in Eclipse-based IDEs, at least - RTC and RDPower) - it is great, "call hierarchy" is essential both for Java and C/C++. Eclipse has done re-positionable views for quite a while now - clearly it is handy.
I've not used it, but the Dynamic Language Toolkit provides Ruby support:
http://www.eclipse.org/projects/project_summary.php?projectid=techn...
Not sure how it'd be for RoR - but maybe someone's already extended it specifically for RoR ...
VS2003 is the last one I used - I quite liked it ... but can't say I'd go back for anything but .Net development.
Well, I have Netbeans, which is decent and MyEclipse but... I am afraid I am very old school in that I do 90% of my work in a simple text editor. Right now (Windows) I use UltraEdit mostly. On OSX I use TextMate.
But Netbeans has very good support for Ruby/Rails and it is much simpler to configure and use than Eclipse/MyEclipse.
But when we were a mostly MS shop we used Visual Studio (some 8 years ago we shifted to Java). I liked it, actually...
I'm thinking of just going completely webbased for my editor with Bespin/SkyWriter https://mozillalabs.com/skywriter/ or Cloud9 IDE: http://www.cloud9ide.com/
But I think it still needs some polish before I'll do it. For now it's mostly gedit, geany or just plain vi.




Member since:
2005-07-06
I haven't used MS VS in years. Has it changed much (other than the languages it supports)? Doesn't look much different.
We are 95% Java in house now... some PHP, some Ruby/Rails... I kind of miss the MS platform.