Early Access Program Releases

PyCharm build 96.18 is available

We’re happy to announce the release of a new build of PyCharm. It includes a number of new features and many minor improvements:

  • Class name completion (completion of classes which haven’t been imported with automatic insertion of import statements), activated by pressing Ctrl-Alt-Space
  • Syntax highlighting and validation for regular expressions in Python code and Django routes
  • Fixed bug which caused PyCharm to be incompatible with PyQt4 and similar libraries
  • Improved completion in Python and Django consoles
  • Improved Django template support, including navigation completion for block names, resolve and completion for custom tags and filters, and quick documentation for tags and filters
  • A number of predefined live templates (snippets) for quickly writing Django templates

You can download PyCharm from the EAP page, or find the complete list of changes for the new build in the Release Notes page.

image description