News

VS Code Java Team Boosts IntelliSense Performance

Microsoft's dev team for Java on Visual Studio Code is working to improve IntelliSense performance in the popular open source code editor that acts like an IDE via its vast library of extensions.

"The performance of IntelliSense is highly impacted by the number of requests clients send to language server and the language server's capability to process these requests," said Yaojin Yang, senior program manager in the Developer Division at Microsoft, in a Sept. 10 blog post.

VS Code relies heavily on language servers to provide the language-specific "smarts" such as code completion through use of the Language Server Protocol.

The graphic below, from Microsoft's "Language Server Extension Guide" for VS Code, shows how the Language Server extensions for HTML and PHP work, communicating via the Language Server Protocol:

Language Server Protocol for HTML and PHP
[Click on image for larger view.] Language Server Protocol for HTML and PHP (source: Microsoft).

It is that communication that is being addressed by Yang and his team.

"Our improvements have been focused on cutting unnecessary client requests and optimizing language server's processing capability. Although the improvements will take a couple of iterations, we have already seen very positive results through our latest releases in August. In our test with the latest releases, we are able to achieve over 80 percent performance improvement."

His post includes the following table that shows the results as a measure of the duration between the client's request time and language server's response time. The explanation of the table is: "In a Java file with 5000+ lines of test code, trigger IntelliSense by typing Character 'S', and wait till suggestion popped up. Repeat 5 times for July and August releases respectively. Each time, we measure duration between client's request time and language server's response time."

#1#2#3#4#5Avg.
Jul. release742067456653505150636186.4
Aug. release923412469600752631.2

Other highlights of the August 2020 update to Java on Visual Studio Code include better debugging support, improvements to the newly introduced project view and more.

About the Author

David Ramel is an editor and writer at Converge 360.

comments powered by Disqus

Featured

  • Microsoft Highlights Visual Studio Live! Event Lineup and Longtime Developer Community Role

    A Microsoft MVP Blog post on Visual Studio Live!'s longevity arrives as the 2026 conference series continues with upcoming stops at Microsoft HQ, San Diego and Orlando.

  • Using Local AI to Cut Copilot Usage-Based Billing Shock

    After being gobsmacked by the new billing plan using almost all my monthly credits in one or two days, I tried pushing some Copilot-style coding work onto local models in VS Code. What I found was less "free AI" and more "pick your pain": cloud charges on one side, heavy local resource use and long waits on the other.

  • .NET 11 Preview 5 Focuses on Performance, Productivity and Safer Code

    .NET 11 Preview 5 focuses on under-the-hood runtime performance gains, streamlined APIs and language features that reduce boilerplate, plus built‑in security checks and incremental ASP.NET Core and EF Core improvements aimed at everyday developer productivity.

  • VS Code 1.124 Focuses on Agent Autonomy and Parallel Sessions

    Microsoft's June 2026 VS Code update turns on Autopilot by default and adds background sending for agent sessions.

Subscribe on YouTube