News

VS Code Java Extension Pack Adds AI-Assisted IntelliCode

Microsoft provided an update on Java tooling for its open source, cross-platform Visual Studio Code editor, detailing better performance and several tweaks and enhancements, along with the introduction of IntelliCode to a popular extension package.

IntelliCode uses artificial intelligence (AI) technology to improve on the IntelliSense feature of Visual Studio that provides functionality such as code-completion help: a list of possible code constructs likely to finish off what a developer is typing.

IntelliCode uses AI to examine quality open source projects and the code context of the specific project being worked on so as to better provide code-completion options based on what a developer is likely to need next. IntelliCode was provided to Java programmers with the IntelliCode Extension for Visual Studio Code extension last November. Now, that tool has been added to the Java Extension Pack, which also features other extensions that provide Java functionality.

"IntelliCode saves you time by putting what you're most likely to use at the top of your completion list," Microsoft said. "IntelliCode recommendations are based on thousands of open source projects on GitHub each with over 100 stars. When combined with the context of your code, the completion list is tailored to promote common practices."

In a blog post today, Microsoft's Xiaokai He announced Visual Studio IntelliCode was being added to the Java Extension Pack. "After releasing it 3 months ago, we see more and more developers adopting it with great feedbacks," He said. "Thus we decided to include it into our Java Extension Pack so more developers could benefit from AI-assisted coding."

The Java Extension Pack, available in the Visual Studio Code Marketplace, packages together these separate extensions that give VS Code its Java goodness:

Beyond the addition of the IntelliCode extension to the Java Extension Pack, other recent improvements to Java programming in VS Code include:

  • Dependency auto-completion and more Maven updates
  • Performance improvements
  • Standalone file supports
  • Multiple source folders support
  • Easy launch for multi-main-class projects
  • Hide temporary files
  • Bulk generate getters and setters
  • Test configuration and report update
  • Including IntelliCode to Java Extension Pack

Still in preview, the Java Extension Pack has been installed more than 1.3 million times, its marketplace entry says, having been downloaded more than 3.3 million times and earning an average 4.4 rating (scale to 5) from 11 developers who provided review feedback.

About the Author

David Ramel is an editor and writer at Converge 360.

comments powered by Disqus

Featured

  • Compare New GitHub Copilot Free Plan for Visual Studio/VS Code to Paid Plans

    The free plan restricts the number of completions, chat requests and access to AI models, being suitable for occasional users and small projects.

  • Diving Deep into .NET MAUI

    Ever since someone figured out that fiddling bits results in source code, developers have sought one codebase for all types of apps on all platforms, with Microsoft's latest attempt to further that effort being .NET MAUI.

  • Copilot AI Boosts Abound in New VS Code v1.96

    Microsoft improved on its new "Copilot Edit" functionality in the latest release of Visual Studio Code, v1.96, its open-source based code editor that has become the most popular in the world according to many surveys.

  • AdaBoost Regression Using C#

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the AdaBoost.R2 algorithm for regression problems (where the goal is to predict a single numeric value). The implementation follows the original source research paper closely, so you can use it as a guide for customization for specific scenarios.

  • Versioning and Documenting ASP.NET Core Services

    Building an API with ASP.NET Core is only half the job. If your API is going to live more than one release cycle, you're going to need to version it. If you have other people building clients for it, you're going to need to document it.

Subscribe on YouTube