(In advance, sorry for the wall of text)

Hey,

I am a long time user of Visual Studio. It's pretty much given since I am a .NET developer.

However for Java I do currently use Eclipse.

I am currently about to start a major project for adding complete Java Support into the Visual Studio 2010 (and the latest) IDE.

I have noticed that some people are saying Eclipse and perhaps other editors are superior to Visual Studio.

So I want some feedback, ideas, suggestions from people regarding why 'X' is better than 'Y'. (For or against Visual Studio, it doesn't matter to me, or against two completely different IDE's)

The Reason

I have been developing in VSIDE since I was first a developer. I love the feel and interface of Visual Studio over other Development Tools, it's just personal opinion since VSIDE and .NET came into my life first.

I am about to start developing my Final project for my Degree which involves creating a Mobile Application for both iOS and Android. Now obviously I will never be able to make an extension fast enough to allow me to use VSIDE so I will be using Eclipse.

I have used Eclipse before, It is certainly powerful, updated often and well supported by the community. However I never really felt at home using Eclipse for Java,and certain things about the way Eclipse does things really pissed me off as a developer.

So I thought why not create an extension for Visual Studio which allows me to do everything that I can do for .NET development, but for Java Development instead! And this is where this idea came from.

What I Want To Do

I love all that is Visual Studio, and I envision an Extension which fully supports Java Development in Visual Studio the way Visual Studio natively supports .NET development.

The Main Features I am interested in:

  • Solution/Project Creation
  • Syntax Highlighting
  • Code Completion
  • IntelliSense & Signature Definition Tips (like for Overloads)
  • Quick Tips
  • Documentation Support (Even allowing Documentation files to be referenced along side a compiled library to allow documentation of classes which have had their documentation stripped)
  • Compile Support
  • Full Real-Time Debugging Support. (As far as I know the only thing you can't do in Java Debugging is change variables even when the application is paused, feel free to correct me)
    • Including visualising variable contents during a break.
    • Stack Support and Local Variable Watching.
  • Support for other VSIDE extensions (Good example is C# Bracket completion extension, I am hoping VSIDE will natively support them providing I design the Extension correctly)
  • TeamCenter/Source Control/3rd Part Source Control(Like VisualSVN) Support.
  • Package Referencing (I can reference Compiled Packages and get IntelliSense support for them automatically)
  • Real-Time Error Feedback

Things I would like to add (but are not major to me in particular)

  • Unit Testing Support
  • Obfuscation Support
  • Code Optimisation Support
  • Snippet Support

What I Want To Know:

  • What IDE do you use (Doesn't matter what language) and what features do you like about it?
  • Why Do/Don't you like Visual Studio (Please specify the Version of Visual Studio the feature was removed in if it has been removed)
  • If you do use Visual Studio, would use use this extension? (Why/Why Not)
  • I love Open Source Freebies, but I also enjoy living. If you were to enjoy this for personal use would you donate? If all the features I have listed were included what do you think it is worth?
    • (I think if it could be used commercially I might sell it to businesses and keep it free for personal users)
  • A Project Name? (I was interested in VisualJava)

Overall

For me I want to know if people will find this useful, and it is obviously not going to be a walk in the park but I feel that I need a challenging long-term project that people will find useful.

Since I want to get people involved in my project I feel that ideas put in now could not only be applied to this project, but could even have a standing as their own separate extensions as they are developed.

Finally, I only want criticism if it is constructive, telling me "Your going to Fail" is only going to make yourself look bad.

If you read it all, Thanks for Reading!

link|improve this question
feedback

closed as not constructive by thinksteep, Mike Kwan, Perception, Brian Rasmussen, Bill the Lizard Feb 22 at 1:56

This question is not a good fit to our Q&A format. We expect answers to generally involve facts, references, or specific expertise; this question will likely solicit opinion, debate, arguments, polling, or extended discussion. See the FAQ for guidance on how to improve it.

2 Answers

This is more of a disccusion question, so I don't think it fits the intent of stack overflow. See a better explanation here http://stackoverflow.com/faq#dontask

link|improve this answer
Ok, Fair enough. If it gets removed I will understand. But for the time being it is Still an answerable problem which I myself can't answer since I can't read minds. – Oliver Baker Feb 21 at 22:14
Where might be an appropriate forum? (I asked here because I know there are a lot of smart minded people here and very few trolls) – Oliver Baker Feb 21 at 22:16
feedback

You can use this plugin to compile .NET code in Visual Studio into Java bytecode,

or

This tutorial to add Java intellisense/compilation to Visual Studio.

link|improve this answer
Yeah, but like pointed out in that article, Debugging is a key feature of Modern IDEs and without it practically useless compared to existing IDEs which do support debugging. – Oliver Baker Feb 21 at 22:19
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.