News

Community Dev Gives VS Code Python Some YAPF

The latest update to Python in Visual Studio Code includes a new extension for Python formatting that was contributed by a member of the open source community.

The tool, titled simply yapf, is currently in preview, published by "EeyoreLee" to provide functionality that originated with Google's YAPF initiative, commonly understood to stand for "yet another Python formatter," though that description isn't mentioned in Google's YAPF GitHub repo.

The repo does say that YAPF (Goole uses uppercase, Microsoft/EeyoreLee use lowercase) is based on Daniel Jasper's clang-format and provides an algorithm to take code and calculate the best formatting that conforms to the configured style in order to lessen the drudgery of maintaining the code. "The ultimate goal is that the code YAPF produces is as good as the code that a programmer would write if they were following the style guide," Google's repo says.

Microsoft, meanwhile, this month said, "This extension provides yapf formatting support for Python files and Notebook cells" in announcing the September 2023 update to Python in VS Code. "Yapf support built into the Python extension will be deprecated in favor of the extension support. Subsequently, the corresponding setting python.formatting.yapf will be removed from the Python extension."

[Click on image for larger view.] yapf (source: VS Code Marketplace).

The extension, which was last updated today (Sept. 25), is nearing 3,000 installs at the time of this writing, receiving a perfect 5.0 rating from one developer who reviewed it.

Then removal of the bits from Microsoft's main Python extension is part of the team's effort started last year to break up its big extension into separate tools. "Our team is working towards breaking the tools support we offer in the Python extension into separate extensions, with the intent of improving performance, stability and no longer requiring the tools to be installed in a Python environment -- as they can be shipped alongside an extension," Microsoft said last year.

The new update also features an experiment in which the Python extension uses environment variables to activate terminals implicitly on terminal launch to provide a faster experience, especially for conda users.

"This month, we are beginning the rollout of terminal activation using environment variables that activate the selected environment in the terminal without requiring any activation commands," the announcement post said. As an experiment, it will be rolled out as the default for 25 percent of pre-release users via a flag that devs can use to opt in or out of the test.

The team also updated the Python: Create Environment command to let devs choose to either recreate or use the existing environment when working on a project working within a workspace that already contains a .venv folder.

The team is responsible for the Python extension (98 million installs) and the Jupyter extension (70.5 million installs) in the VS Code Marketplace. Along with the company's Pylance extension, those tools are the top three most popular offerings in the marketplace.

Other changes and enhancements as listed in the post include:

  • Unresolved import errors now indicate in which environment Pylance is looking for packages (pylance-release#4368)
  • There's a new experimental setting called python.analysis.enableSyncServer that enables multi-file IntelliSense support in vscode.dev. Support for github.dev and virtual workspaces is coming soon.
  • Pylance no longer crashes on Jupyter Notebook cell deletion (@pylance-release#4685)
  • There is a new dedicated topic on Python formatting in our docs where you'll learn how to set a default formatter such as autopep8 or Black formatter and customize it through various settings.

About the Author

David Ramel is an editor and writer at Converge 360.

comments powered by Disqus

Featured

  • New 'Visual Studio Hub' 1-Stop-Shop for GitHub Copilot Resources, More

    Unsurprisingly, GitHub Copilot resources are front-and-center in Microsoft's new Visual Studio Hub, a one-stop-shop for all things concerning your favorite IDE.

  • Mastering Blazor Authentication and Authorization

    At the Visual Studio Live! @ Microsoft HQ developer conference set for August, Rockford Lhotka will explain the ins and outs of authentication across Blazor Server, WebAssembly, and .NET MAUI Hybrid apps, and show how to use identity and claims to customize application behavior through fine-grained authorization.

  • Linear Support Vector Regression from Scratch Using C# with Evolutionary Training

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the linear support vector regression (linear SVR) technique, where the goal is to predict a single numeric value. A linear SVR model uses an unusual error/loss function and cannot be trained using standard simple techniques, and so evolutionary optimization training is used.

  • Low-Code Report Says AI Will Enhance, Not Replace DIY Dev Tools

    Along with replacing software developers and possibly killing humanity, advanced AI is seen by many as a death knell for the do-it-yourself, low-code/no-code tooling industry, but a new report belies that notion.

  • Vibe Coding with Latest Visual Studio Preview

    Microsoft's latest Visual Studio preview facilitates "vibe coding," where developers mainly use GitHub Copilot AI to do all the programming in accordance with spoken or typed instructions.

Subscribe on YouTube