PyCharm adds Smarter Code Completion

Released: Aug 1, 2013

Updates in this release

Updates in V2.7

  • New Python Refactorings - Two new refactoring tools have been added to the existing set to help you maintain your code. The first is Change Method Signature and the second is Extract Parameter.
  • Smarter Code Completion - Collect type information at runtime, directly from the debugger.
  • More Convenient Editor - Continuously verify as you edit code. The IDE runs pep8.py in background and highlights coding style violations on the fly.
  • Unwrap - New Unwrap/Remove action provides a quick way to remove a control statement surrounding a block of code.
  • Better Remote Configuration - Native Vagrant integration in PyCharm makes it much easier to configure a remote interpreter and FTP deployment.
  • Django 1.5 Support - PyCharm 2.7 ensures compatibility with the latest version of Django.
  • TextMate Bundles Support - Syntax highlighting based on TextMate.
  • Sass and LESS language Improvements - Custom function definition, completion and renaming support.