PyCharm 2020.1 adds visual interactive rebasing and smarter debugging

Share
  • April 15, 2020

In PyCharm 2020.1, JetBrains adds new features for both the Community Edition and the Professional Edition of its Python IDE. Let’s dive right in and see what the software development company has been working on in the past months.

SEE ALSO: Python data visualization with Bokeh

Features in PyCharm 2020.1

PyCharm users of both the paid and free version are receiving an upgraded version of the feature interactive rebasing. It is now possible to choose the option visually by right-clicking on a commit in the history, which will offer to “interactively rebase from here.”

Another feature that has been upgraded is the PyCharm debugger. It now supports smart stepping, which means it will no longer be necessary to split a line to get an intermediate result, as was previously the case in larger statements. The new option is enabled by default.

The Professional Edition upgrades include several database and web development features.

SEE ALSO: Quick guide: How to create a Python-based scraper

PyCharm is available for download for Windows, macOS and Linux.

See more on the What’s New page.

The post PyCharm 2020.1 adds visual interactive rebasing and smarter debugging appeared first on JAXenter.

Source : JAXenter