News

New for VS Code: MongoDB, Kite AI-Powered JavaScript Completions

This week sees several significant additions to the Visual Studio Code ecosystem: an update to the Python extension; the popular open source MongoDB database; and AI-powered JavaScript code completions from Kite.

First of all, the super-popular Python extension for VS Code stirred up some developer interest with some tweaks to interpreter path functionality.

And just today (May 14), another extension was announced: MongoDB for VS Code, which lets developers quickly connect to the popular open-source MongoDB and MongoDB Atlas and work with data to create applications right inside VS Code, which has been named the No. 1 development tool in major surveys.

"In the past few years, VS Code has grown in popularity and became the most used code editor for developers," said Massimiliano Marcon from the MongoDB team in a blog post. "Its extensibility makes it possible to customize the coding experience and tailor it to the languages, frameworks, and services developers use to build applications."

Specifically, the new extension lets VS Code devs:

  • Connect to a MongoDB or Atlas cluster, navigate through a databases and collections, get a quick overview of a schema, and see the documents in collections
  • Create MongoDB Playgrounds, the a quick way to prototype CRUD operations and MongoDB commands
    MongoDB Playgrounds
    [Click on image for larger view.] MongoDB Playgrounds (source: MongoDB).
  • Quickly access the MongoDB Shell, to launch the MongoDB Shell from the command palette and quickly connect to the active cluster

And just a couple days ago, Kite, which uses machine learning to offload repetitive programming tasks in a variety of editors -- including VS Code -- boosted its tooling with JavaScript support.

Kite's AI-powered completions were previously available for Python, and as of this week also for JavaScript code. Besides VS Code, it works iwth IntelliJ, Sublime, Atom, WebStorm, Vim and other editors. Support for Jupyter, Java, PHP and more is planned, according to its site.

Kite says its tooling can:

  • Complete multiple lines of code at a time
  • Provide completions when editors like VS Code cannot understand the code
    Kite Claims More Code Completions than VS Code Alone
    [Click on image for larger view.] Kite Claims More Code Completions than VS Code Alone (source: Kite).
  • Show completions in more situations, for example after a space
  • Work alongside VS Code's and other editors' code completion tools

"The JavaScript ecosystem continually invents new frameworks and design patterns," said the company's Daniel Hung. "These inventions make it a vibrant place to be, but it also creates the need to learn an ever-changing set of code patterns and APIs.

"Kite's deep learning models have learned all of these patterns, and understand the context of your code, so Kite can predict chunks of code and put them in your completions."

Hung said two use cases where that comes in handy include:

  • If developers already know what they need to type, Kite helps them jump ahead to the next task
  • If coders are having trouble remembering an API or design pattern, Kite can remind them so they don't need to search on Google

While the company offers a for-pay pro tool, it also offers its JavaScript tool for free, available here (note: clicking on link may initiate download).

About the Author

David Ramel is an editor and writer at Converge 360.

comments powered by Disqus

Featured

  • 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.

  • Developing Agentic Systems in .NET: From Concept to Code

    ZioNet founder Alon Fliess previews his Visual Studio Live! San Diego session on building true agentic systems in .NET -- covering the cognitive loop, MCP tool integration, multi-agent orchestration and enterprise hosting and governance with the Microsoft Agent Framework.

Subscribe on YouTube