Showing results for Visual Studio Code - Visual Studio Blog

Jun 14, 2018
0
1

Getting Started with Microsoft’s Python Developer Tools

Dan Taylor
Dan Taylor

Microsoft's teams have been working over the last few years to bring Python developer tools to the Azure cloud and our most popular developer tools: Visual Studio Code and Visual Studio. Python is one of the fastest growing languages, with both beginner and expert developers taking to it. What makes it attractive is its easy-to-learn semantics with...

Visual Studio 2017PythonVisual Studio Code
May 1, 2018
0
0

Supporting Jetty for Java in Visual Studio Code

Xiaokai He
Xiaokai He

Eclipse Jetty is a popular web server and servlet container in Java community. We’ve released a new Jetty extension for Visual Studio Code that makes it easy to run and deploy WAR packages (Web Application aRchive), operate your Jetty servers, and interact with your application from within the editor. Today this extension includes the following fea...

.NETVisual StudioJava
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. ...

.NETDebugging and DiagnosticsJava
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...

.NETDebugging and DiagnosticsJava
Jan 11, 2018
0
0

New Visual Studio Code Extensions for Java Developers: Maven, Tomcat, and Checkstyle

Xiaokai He
Xiaokai He

Alongside the release of Debugger for Java and Java Test Runner this week, we're welcoming a few new members to our Visual Studio Code Java Extension family. We think you'll find them helpful for your Java development when you’re dealing with maven, Tomcat or making sure your Java code to follow the standard styles. Maven Project Explorer Maven i...

.NETJavaUnity
Jan 8, 2018
0
0

Visual Studio Code Java Debugger Adding Step Filter and Expression Evaluation

Xiaokai He
Xiaokai He

Happy new year! We’d like to thank you all for using Visual Studio Code for your Java development as well as for sharing your feedback. Within just three months, we’ve published 5 releases for our Debugger for Java extension for Visual Studio Code and received 400K+ downloads. With our new 0.5.0 release, we’re adding two new exciting features: Expr...

.NETDebugging and DiagnosticsJava
Dec 12, 2017
0
0

Easily Create IoT Edge custom modules with Visual Studio Code

Visual Studio Team
Visual Studio Team

At the recent Connect(); 2017 in November, we announced public preview of Azure IoT Edge. Now you can bring the intelligence of the Cloud right to the IoT Edge as well as easily create and manage business logic for your devices. The new Azure IoT Edge extension for Visual Studio Code along with the updated Azure IoT Toolkit extension will make your...

.NETDebugging and DiagnosticsJava
Dec 1, 2017
0
0

Announcing JUnit Support for Visual Studio Code

Xiaokai He
Xiaokai He

Today, we’re pleased to release a new extension to our Visual Studio Code Java extension family - Test Runner/Debugger for Java. It’s a lightweight test runner/debugger with below features we hope you will like. Same as the Debugger for Java, this is also an open source project. Please check out the github page https://gith...

.NETVisual StudioDebugging and Diagnostics
Nov 21, 2017
0
0

Announcing Language Server Protocol Preview Release

Visual Studio Team
Visual Studio Team

Visual Studio is joining Visual Studio Code in offering support for the Language Server Protocol. As an extension author, you can now write Visual Studio extensions that leverage existing language servers to provide a rich editing experience for languages that initially had no native language support in Visual Studio. With these extensions, you can...

.NETVisual Studio 2017Unity
Nov 10, 2017
0
0

Run and Debug Java 9 in Visual Studio Code

Xiaokai He
Xiaokai He

In the past 3 weeks, we’ve continued to see a lot of people installing and trying our tools, reading our documents, and visiting our repository. We’ve also seen a number of new issues opened by the Java community. Thank you all for trying our tools and providing feedback, all of which is motivating us to make VS Code a better tool for Java develope...

.NETVisual StudioJava