Posts by this author

May 22, 2022
1
0

Java on Visual Studio Code Update – May 2022

Hi everyone, welcome to the May update of Visual Studio Code Java. In this month's update, we are going to share exciting improvements to our user experience regarding signature help and code completion as well as new Gradle features. Let's get started! Signature Help Improvement Signature Help displays the signature of a method in a tooltip when...

JavaOpen SourceVisual Studio Code
Apr 19, 2022
0
0

Java on Visual Studio Code Update – April 2022

Hi everyone, welcome to the April update of Visual Studio Code Java. This time we are bringing you many exciting updates regarding our fundamental experience improvement including Java 18 support, inlay hints for parameter names, new language server status UX, lambda expression support in debugging and so on. Let's get into it. Microsoft JDConf ...

JavaOpen SourceVisual Studio Code
Mar 21, 2022
1
0

Java on Visual Studio Code Update – March 2022

Hi everyone, welcome to the March update of Visual Studio Code Java. This time we are going to bring you some recent update regarding our code completion optimization, Maven improvements and pre-release version of our Java extensions. Let's get right into it! More shortcuts to generate code snippets Because our language support for Java is provid...

JavaOpen SourceVisual Studio Code
Feb 10, 2022
1
0

Java on Visual Studio Code Update – February 2022

Hi everyone, welcome to the February update of Visual Studio Code Java and this time we have a special edition for education! Many schools are back in session after the winter holidays, and in order to provide student and educators a better experience using Java on Visual Studio Code this semester, we have been making a series of improvements regar...

JavaOpen SourceVisual Studio Code
Jan 20, 2022
9
0

Java on Visual Studio Code Update – January 2022

Hi everyone, welcome to the January edition of Visual Studio Code Java update! 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! We also have some exciting feature updates so let us get started. Highlights of 2021 2021 was a productive year for Java on Visua...

JavaOpen SourceVisual Studio Code
Dec 15, 2021
0
0

Java on Visual Studio Code Update – November 2021

Hi everyone, welcome to the November edition of the Visual Studio Code Java update! In this end-of-year post, we are going to look at several new improvements related to fundamental Java development experience as well as our updates related to encoding issues. Inner-loop dev experience directly impacts developer's day-to-day productivity and thi...

JavaOpen SourceVisual Studio Code
Dec 4, 2021
0
0

Say goodbye to “.project” files in Language Support for Java™ 1.1.0

Recent 1.1.0 release of Language Support for Java™ contains an important update: now when the extension imports a new Java project, the project metadata files ( .project , .classpath , settings, etc.) will no longer be generated in the project path by default. This issue was reported more than three years ago and it has been there since 2018 . This...

JavaOpen SourceVisual Studio Code
Nov 24, 2021
0
0

Java on Visual Studio Code Update – October 2021

Hi everyone, welcome to the October edition of the Visual Studio Code Java update! In this post, we are going to take a deep dive of the recent performance improvement on auto-completion. Performance Improvement - Faster Code Completion With the recent 1.0 release of the Java Language Server, we have made substantial improvement on the perfor...

JavaOpen SourceVisual Studio Code
Oct 29, 2021
5
0

Java on Visual Studio Code Update – September 2021

Hi everyone, welcome to the September edition of the Visual Studio Code Java update! In this post, we are going cover the new release of Gradle extension, more convenient Code Actions and recent 1.0 language server release. Language Server for Java™ 1.0 Release The 1.0 release of the Language Server for Java™ was officially released recently!...

JavaOpen SourceVisual Studio Code
Oct 20, 2021
0
0

Announcing the 1.0 release of Language Support for Java™ on Visual Studio Code

Today we are excited to announce the 1.0 release of Language Support for Java™ by Red Hat on Visual Studio Code. We believe this is a significant milestone for Java support on Visual Studio Code and the result of a multi-year collaboration between Microsoft, Red Hat and the entire Visual Studio Code and Java community. This release wouldn't have be...

JavaOpen SourceVisual Studio Code