Visual Studio Community for Java Developers

Microsoft have always been upto the mark in terms of tools and technologies. Now, they're supporting open source technologies too. They've also extended support for open source technologies in their most powerful IDE, Visual Studio.

In this article, we'll see how a Java developer can code inside Visual Studio Community 2015 which is powerful, extensible and free. With awesome intellisense of Visual Studio, java developers will feel great to work in most friendly IDE.

Firstly, you need to download and install Visual Studio Community 2015.

Then, download and install Integra Studio. It is a solution that maps with JDK and allow you work on java applications in Visual Studio. It also supports mixed code debugging (java/c++). You should have JDK 1.8+ version.

Right now, integra studio is in beta stage and allows only ant build systems and maven build systems. It is going to release soon with many more features. Following screenshots depicts the magic of integra studio and visual studio community.

Creating java project in Visual Studio Community:



Solution Explorer:



Editing java source file:



Credits

Screenshots have been taken from Integra Studio official site. You can see more here.