Menu

PyDev 8.1.0 Released

PyDev 8.1.0 Release Highlights

  • Interactive Console

    • The selection for which console to open may be saved. (#PyDev-1112)
    • When the current editor option is selected, the related interpreter is no longer asked. (#PyDev-1112)
  • Debugger (updated to pydevd 2.2.0)

    • Better support for Python flags when auto-attaching to subprocesses.
    • Fixes to path translation (when debugging in a different machine).
    • Catch warnings related to imp import from pkg_resources.
    • No longer crashing when running with Pyjion (patch by Anthony Shaw).
  • Others

    • Code analysis now supports from future import anotations. (#PyDev-1040)
    • AST pretty-printing supports printing slices. (#PyDev-1106)
    • Code-completion with auto imports for the builtin module is no longer shown. (#PyDev-1117)
    • MyPy messages from a different file are no longer shown in the current editor. (#PyDev-1114)

About PyDev

PyDev is an open-source Python IDE on top of Eclipse for Python, Jython and IronPython development, now also available for Python on Visual Studio Code.

It comes with goodies such as code completion, syntax highlighting, syntax analysis, code analysis, refactor, debug, interactive console, etc.

It is also available as a standalone through LiClipse with goodies such as multiple cursors, theming and support for many other languages, such as Django Templates, Jinja2, Html, JavaScript, etc.

Links:

PyDev: http://pydev.org
PyDev Blog: http://pydev.blogspot.com
PyDev on VSCode: http://pydev.org/vscode
LiClipse: http://www.liclipse.com
PyVmMonitor - Python Profiler: http://www.pyvmmonitor.com/

Cheers,

Fabio Zadrozny

Posted by Fabio Zadrozny 2020-12-08

Log in to post a comment.