Showing results for Visual Studio Code - Microsoft for Java Developers

Feb 26, 2019
0
0

Dependency Autocompletion, Performance Improvements and More for Java on Visual Studio Code

Xiaokai He
Xiaokai He

Welcome to February update of Java on Visual Studio Code! We'd like to share a few new improvements to further enhance your productivity, including Try these new features by installing Java Extension Pack with Visual Studio Code. See below for more details! Managing your Maven Dependencies Easily Editing p...

Open SourceVisual Studio Code
Nov 12, 2018
0
0

AI-assisted coding comes to Java with Visual Studio IntelliCode

Xiaokai He
Xiaokai He

Visual Studio IntelliCode is a set of AI-assisted capabilities that aims to improve developer productivity with features like AI-assisted IntelliSense and statement completion, code formatting, and style rule inference. During SpringOne 2018, we announced that we will bring those productivity boosters to Java developers and now we’re happy to intro...

Visual Studio Code
Nov 12, 2018
0
0

AI-assisted Coding Comes to Java in Visual Studio IntelliCode

Xiaokai He
Xiaokai He

Visual Studio IntelliCode is a set of AI-assisted capabilities that aims to improve developer productivity with features like contextual IntelliSense, code formatting and style rule inference. We are happy to introduce AI-assisted IntelliSense to Java with IntelliCode Extension for VS Code.

Visual Studio Code
Mar 19, 2018
0
0

Supporting JUnit 5 in Visual Studio Code

Xiaokai He
Xiaokai He

After supporting the widely adopted JUnit 4 with the Java Test Runner extension for Visual Studio Code, we’ve received suggestions to add additional test frameworks, like JUnit 5 and TestNG. We’ve added initial support for JUnit 5, including running, debugging test cases as well as test report. Please give us a try and let us know your feedback. ...

Visual Studio Code
Feb 2, 2018
0
0

Hot Code Replacement for Java comes to Visual Studio Code

Xiaokai He
Xiaokai He

Hot code replacement (HCR), which doesn't require a restart, is a fast debugging technique in which the Java debugger transmits new class files over the debugging channel to another JVM. With this new feature in Visual Studio Code (VS Code), you can start a debugging session and change a Java file in your development environment, and the debugger w...

Visual Studio Code