📜 ⬆️ ⬇️

Release Python Tools 1.0 for Visual Studio 2010

Last December, the PTVS team promised to add a new language to the Visual Studio family in less than a year and at minimal cost. After 9 months, this promise was fulfilled - meet Python Tools 1.0 for Visual Studio RTM.
Now this great IDE supports excellent Python language. More precisely, its implementations of CPython, IronPython, Pypy and Jython. From now on, you can use Intellisence, Class Browser, link search, refactoring, debugger, profiler, ... well, everything that is so familiar to users of Visual Studio.
And this is all completely free (installed in the Visual Studio Shell) and Open Source (Apache 2.0).

The development team has prepared a brief video demonstrating the work of Python Tools for Visual Studio, from which many possibilities become clear.

Main features of the editing environment



Refactoring


')
Debug exceptions



Additional information and the actual Python Tools extension for Visual Studio itself can be found at pytools.codeplex.com

Source: https://habr.com/ru/post/127319/


All Articles