guoci / pycharm-smart-execute

PyCharm plugin to execute python code
https://plugins.jetbrains.com/plugin/11945-python-smart-execute
GNU General Public License v3.0
9 stars 1 forks source link

After execute the code block, the caret should move to the next code block instead of next line #4

Closed ntluong95 closed 1 year ago

ntluong95 commented 1 year ago

After execute the first code block, the caret was in the red area. It should ignore the blanks lines and comment lines and jump directly to the next line where code can be implemented. See the picture below for more detail:

image
guoci commented 1 year ago

Is this the same as #3?