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

  • 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