VS Code

Senior Program Manager at Developer Division in Microsoft. Our team is currently based in Shanghai, China. I have worked on various product areas at Microsoft, such as Bing Ads, Azure SDK, Visual Studio Code for Java, and so on. Before joining Microsoft, I was working at an edu-tech startup where we focused on K-12 STEM education for students in China. I started out my career as a software engineer so I am always passionate about developer tools and experience. Feel free to reach out to me if you have any questions or just want to chat!
-
- Getting Started
- Release Notes
- VS Code
Java on Visual Studio Code – May Update
Exciting improvements to our user experience regarding signature help and code completion as well as new Gradle features.
-
- Gradle
- IntelliJ IDEA
- Maven
- Release Notes
- Tools
- Tutorials
- VS Code
Java on Azure Tooling Update – June 2022
We introduce the new application-centric view on Azure toolkit for IntelliJ that will make the interface more user-friendly.
-
- Getting Started
- Release Notes
- VS Code
Java on Visual Studio Code Update – April 2022
Java 18 support, inlay hints for parameter names, new language server status UX, lambda expression support in debugging and more!
-
- Release Notes
- VS Code
Java on Visual Studio Code Update: February 2022
Welcome to the February update of Visual Studio Code Java and this time we have a special edition for education!
-
- Getting Started
- VS Code
Java on Visual Studio Code Update – January 2022
Since this is our first blog post of the new year, we are going to look back on highlights of 2021 and take a look at our roadmap for 2022.
-
- Getting Started
- VS Code
Say Goodbye to Project Files in Visual Studio Code
We discussed and finally solved this problem that has been bothering VS Code Java users for more than three years.
-
- Getting Started
- Release Notes
- VS Code
VS Code Java September 2021 Update
Covering the new release of Gradle extension, more convenient Code Actions and the recent 1.0 language server release.
-
- IntelliJ IDEA
- Kotlin
- Tutorials
- VS Code
Debugging Tutorial 1 – Introduction: Conditional Breakpoints
In this series, I’ll walk you through the process of debugging applications and finding issues within them.
-
- Getting Started
- Release Notes
- VS Code
Announcing the 1.0 release of Language Support for Java on Visual Studio Code
We are excited to announce the 1.0 release of Language Support for Java™ by Red Hat on Visual Studio Code.
-
- JavaFX
- Pi4J
- Raspberry Pi
- VS Code
Java 17 on the Raspberry Pi
As part of the Foojay Virtual OpenJDK 17+ JUG Tour, I was asked to present the state of Java and JavaFX 17 on the Raspberry Pi.
So, a perfect opportunity to freshen up my #JavaOnRaspberryPi presentation with some hot-off-the-press versions.
-
VS Code Java August Updates: SpringOne Updates, UX Improvements, Community Feedback
Welcome to the August edition of the Visual Studio Code Java update!
In this article, we are going to share some exciting updates from the SpringOne 2021 conference, as well as various user experience improvements.
-
- VS Code
VS Code Java July 2021 Update: New Testing Experience, Maven Improvements, and Product Roadmap Progress Update
Hi everyone and welcome to the July 2021 edition of the Visual Studio Code Java update!
In this article, we are going to share the progress of our overall product roadmap, and highlight improved user experience of our features for testing, Maven dependency management, and project management.
-
- Eclipse
- IntelliJ IDEA
- JavaFX
- VS Code
Get Your JDK As Easily As Possible!
Have you ever been in the situation where you’ve been looking for a specific JDK version of a specific distribution?
Sometimes that was easy… sometimes it was hard… but it never was fun.
After creating the Disco API (“Universal OpenJDK Discovery API”, in full) which serves up JDK distributions as a service, I had the idea to create plugins for IDEs to enable people to download the JDK of their choice more easily.
-
- VS Code
VSCode Java: Roadmap Update and New Features
Welcome to the special mid-year edition for Visual Studio Code Java updates.
As the highlight of this post, we are going to take a look at our product roadmap for the next few months.
We will also showcase some important new features & improvements as we did in previous blog posts.
So let’s get right into it!
-
- VS Code
VS Code: Getting Better and Better for Java
VS Code is getting better and better for Java.
In the last two months, we have made progresses in all key areas including core language support, testing, debugging, refactoring and project management.
Let’s uncover the new hidden gems!
-
- VS Code
New Java Welcome Page for VS Code
A common thing at first-time use is spending a couple of minutes browsing the Welcome Page and trying features from there.
Users’ satisfaction with the Welcome Page has a direct reflection on their satisfaction with the product and consequently affects their decision of adoption. Therefore, we believe it’s worth the effort to experiment with a refreshed Java Welcome Page.
Our new design focuses on three things: help users find the most important features, get started for the first project, and access references.
-
- VS Code
Java Testing with VS Code
In our last post, we talked about starting a new Java project and running and debugging it with VS Code. In this post, we will cover testing.
To run Java tests on VS Code, we recommend using the Java Test Runner extension or the Java Extension Pack, which includes the extension. The extension supports the JUnit4, JUnit5, and TestNG frameworks.
-
- Raspberry Pi
- VS Code
Java Development with VS Code on the Raspberry Pi
Recently we published a full getting started guide for Java with VS Code together with a list of tips and plugins for Java development with Visual Studio Code.
But… did you know you can also use it on the ARM-processor-powered Raspberry Pi?
Until recently this was not available in an official version for the Raspberry Pi, but luckily Microsoft decided to release new versions with installers for both 32-bit and 64-bit Raspberry Pis.
Let’s install and test them!
-
- Tools
- VS Code
Welcome to VS Code for Java
On Java, thanks to the investments communities and Microsoft have been constantly making, VS Code has been used by more and more Java developers to edit, build, run, debug, test and deploy their code and manage their projects, and by more and more students and educators to learn and teach Java language.
In this article, I will walk you through how to get started for Java on VS Code.