News

VS Code Python Tool Offers Insiders Program

The August 2019 update of the super-popular Python extension for Visual Studio Code comes with an easy opt-in to the Insiders program (pre-release feature access), along with several tweaks, fixes and improvements.

With a quick command from the palette, developers can choose to become an Insider, which enables them to try out new features and fixes before they're officially released via automatic installations of the newest Insiders builds, either daily or weekly.

Other highlights of the new update to the VS Code Python extension -- the most-popular item in the Marketplace with more than 10 million installations and 57 million downloads -- include:

  • Jupyter Notebook cell debugging: "Now you'll be able to set up breakpoints and click on the "Debug Cell" option that is displayed at the cell definition. This will initiate a debugging session and you'll be able to step into, step out and step over your code, inspect variables and set up watches, just like you normally would when debugging Python files or applications."
  • Auto-indentation improvements: "This release also includes automatic one level dedent and indentation for a series of statements on enter such as else, elif, except, finally, break, continue, pass and raise. This was another highly requested feature from our users."
  • Improvements to the Python Language Server: "We've added new functionality to "go to definition" with the Python Language Server, which now takes you to the place in code where a variable (as an example) is actually defined. To match the previous behavior of "go to definition", we added "go to declaration"."
  • A/B feature testing: "We also started A/B testing new features. If you see something different that was not announced by the team, you may be part of the experiment! To see if you are part of an experiment, you can check the first lines in the Python extension output channel. If you wish to opt-out from A/B testing, disable telemetry in Visual Studio Code."

All of the above and much more is detailed in the changelog, which sees 76 issues closed. More information is available in the announcement post and VS Code Python documentation.

About the Author

David Ramel is an editor and writer at Converge 360.

comments powered by Disqus

Featured

  • Get Started Using .NET Aspire with SQL Server & Azure SQL Database

    Microsoft experts are making the rounds educating developers about the company's new, opinionated, cloud-ready stack for building observable, production ready, distributed, cloud-native applications with .NET.

  • Microsoft Revamps Fledgling AutoGen Framework for Agentic AI

    Only at v0.4, Microsoft's AutoGen framework for agentic AI -- the hottest new trend in AI development -- has already undergone a complete revamp, going to an asynchronous, event-driven architecture.

  • IDE Irony: Coding Errors Cause 'Critical' Vulnerability in Visual Studio

    In a larger-than-normal Patch Tuesday, Microsoft warned of a "critical" vulnerability in Visual Studio that should be fixed immediately if automatic patching isn't enabled, ironically caused by coding errors.

  • Building Blazor Applications

    A trio of Blazor experts will conduct a full-day workshop for devs to learn everything about the tech a a March developer conference in Las Vegas keynoted by Microsoft execs and featuring many Microsoft devs.

  • Gradient Boosting Regression Using C#

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the gradient boosting regression technique, where the goal is to predict a single numeric value. Compared to existing library implementations of gradient boosting regression, a from-scratch implementation allows much easier customization and integration with other .NET systems.

Subscribe on YouTube