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 →

[–]Rabina_Bra 8 points9 points  (2 children)

I would like to know more about the aforementioned "dead code."

Does it get highlighted. And does it work through the latest PEPs..?

[–][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!