News

Kite AI-Powered Code Completion Tool Adds C#, TypeScript, More

Kite, which provides a code completion tool powered by artificial intelligence (AI), has expanded the number of programming languages that it supports in IDEs and code editors like Visual Studio Code.

And on that list are Microsoft's own languages, C# and TypeScript, making the tool more attractive to Microsoft-centric coders.

Along with the super popular VS Code, Kite supports all the JetBrains IDES -- PyCharm, IntelliJ, Goland, Android Studio, Webstorm, CLion, PHP Storm, RubyMine, Rider and AppCode -- along with JupyterLab, Vim, Sublime, Atom and Spyder.

Kite Completing Java Code
[Click on image for larger view.] Kite Completing Java Code (source: Kite).

Programming languages supported by Kite include Java, Kotlin, Scala, Python, C/C++, Objective-C, C#, Golang, JavaScript, TypeScript, HTML/CSS and Less. The company has especially focused on Python, which is growing in popularity itself and for which the VS Code dev team has gone all in. Kite added JavaScript support in May.

"Kite's AI-powered completions predict what you're going to type next," the company said. "How is this useful? It saves you typing when you already know what you're going to type. It also saves you documentation lookups when you can't remember the name of an API or how to use it."

While the tool is free, a paid enterprise server-powered offering is also available, along with a Python Pro option. The free option provides:

  • Line-of-code completions for 12 languages
  • Python function signatures as you type
  • Python documentation

The tool can be downloaded here.

While other code-completion tools are available for VS Code, Kite earlier this year claimed its tooling differentiates itself with characteristics such as:

  • 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 in May in announcing JavaScript support. "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."

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