News

VS Code Goes All In on Python

The Visual Studio Code team is going all in on Python. It hired the developer of the code editor's most popular Python extension, took over the project as its own and is hiring more Python coders to improve it.

Python, of course, is one of the hottest programming languages, climbing up popularity charts, topping developer surveys and growing faster than other languages.

Today, Microsoft announced it hired software engineer Don Jayamanne, who created the most popular Python extension for Visual Studio Code, downloaded more than 4.2 million times and receiving an average rating of 4.7 (0-5 scale) from 139 reviews.

Microsoft is now listed as the publisher of the extension developed by Jayamanne, described on GitHub as a "Software engineer with a soft spot for .NET and Node.js. Loves tinkering with Arduino and Raspberry Pi. Lives in a cave like most tech nerds." According to his LinkedIn page, he actually lives in Australia.

"Don has been working on the Python extension part-time for the past couple of years," Microsoft's Brett Cannon said in a blog post today. "We were impressed by his work and have hired him to work on it full-time, along with other members of our Python team."

What's more, Cannon and company are looking to expand that team.

"We're hiring devs immediately to continue and expand work on our Python support for Visual Studio Code," Cannon said. "If you are passionate about developer tools and productivity, this could be an ideal endeavor! The ideal candidate has a mix of IDE (editor/debugger), JavaScript/TypeScript, and Python in their background, and experience writing plugins for VS Code is a big plus."

The Python extension's marketplace entry said the tool's features include:

  • Linting (Prospector, Pylint, pycodestyle, Flake8, pylama, pydocstyle, mypy with config files and plugins)
  • Intellisense (autocompletion with support for PEP 484 and PEP 526)
  • Auto indenting
  • Code formatting (autopep8, yapf, with config files)
  • Code refactoring (Rename, Extract Variable, Extract Method,Sort Imports)
  • Viewing references, code navigation, view signature
  • Excellent debugging support (remote debugging over SSH, multiple threads, django, flask)
  • Running and debugging Unit tests (unittest, pytest, nose, with config files)
  • Execute file or code in a python terminal
  • Local help file (offline documentation)
  • Snippets

Cannon said the transition of the Python extension to Microsoft should be transparent to developers. The extension will still be provided under its existing open source license, with development (now augmented by the Microsoft team) continuing to be transparent on GitHub. Microsoft will provide official support.

On GitHub, Jayamanne's "pythonVSCode" extension had garnered 1,749 stars, with 63 contributors.

Now, all work will continue on the Microsoft GitHub fork of the project, "vscode-python."

The Microsoft team has issued the first release of the new project, version 0.8.0, fixing a number of issues and incorporating new features such as "multi-root" and "status bar interpreter selection."

VS Code developers should get the update automatically. It can also be manually installed from the marketplace entry. Developers can also choose to continue using the old extension by downloading its VSIX file, though no more work will be done on that repo.

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