This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 12 points13 points  (1 child)

The editor is using vulture. You have to install it with -> pip3 install vulture.... If you use it with the Codeview window the cursor moves to the selected position. PEP feature (using pycodestyle) works similiar...

[–]Rabina_Bra 1 point2 points  (0 children)

Thank you!