Home
Softono
pycharm-smart-execute

pycharm-smart-execute

Open source Apache-2.0 Java
12
Stars
1
Forks
0
Issues
1
Watchers
10 months
Last Commit

About pycharm-smart-execute

PyCharm plugin to execute python code

Platforms

Web Self-hosted

Languages

Java

Python Smart Execute

Downloads Rating Version

Python Smart Execute is a PyCharm plugin for an alternative to “Execute Line in Console”.

It automatically determines the number of lines to be sent to the Python console.

keyboard shortcut: alt shift A.

This is plugin implementation of the following PyCharm pull request.

JetBrains feature request: https://youtrack.jetbrains.com/issue/PY-38919

When editing Python code, execute a top level code block with "Execute cell in console".

For IDEs with Jupyter notebook support, this executes a cell in the Python console.

keyboard shortcut: alt shift E.

demonstration