Verbessert die Integration von Django, integriert die Unterstützung von Python 3.6 und die Python-Konsole ermöglicht jetzt das Kopieren und Einfügen in Dateien.
November 24, 2016
Neue Version
Funktionen
Python-related improvements
Improved Django integration: create remote projects without having a local interpreter installed, Django forms, and other improvements.
Python console: multi-line commands, copy-pasting from console into files, and more.
Improved variable explorer.
Type hinting, with automatic type hinting based on run-time collected types.
Python 3.6 support.
Thread suspension when hitting breakpoints.
The debugger got 40% faster, and now also shows function return values.
Per-line statistical profiling with vmprof (in addition to cProfile and Yappi support).
Improved Docker support, including Docker Compose.
Better Jupyter notebooks (formerly known as IPython notebooks) support.
Support for custom package repositories.
Platform enhancements
Better support for React, Angular, and more JavaScript frameworks.
More web tool support: Flow, Stylelint, and more.
Faster VCS log search, and improved log interface.