Using Java with Microsoft Visual Studio 2012

前端 未结 9 1783
走了就别回头了
走了就别回头了 2020-11-30 04:25

I started as a C++ programmer, and Visual studio has worked splendedly for me. However, I recently have wanted to branch out to C# and Java. Visual studio supports C# and I

9条回答
  •  遥遥无期
    2020-11-30 05:15

    Java Language Support extension provides basic features for the Java programming language. Current editing features include:

    • Syntax highlighting and brace matching
    • Outlining support for quickly collapsing classes and functions
    • Dropdown bars listing classes, enums, interfaces, fields, and methods within the current document

    And if you wish to contribute then the project has been moved to its own GitHub repository

提交回复
热议问题