Skip to content
This repository has been archived by the owner on Feb 16, 2023. It is now read-only.

.py file navigation: remove method/class arguments #151

Open
hottwaj opened this issue Sep 30, 2020 · 0 comments · May be fixed by #152
Open

.py file navigation: remove method/class arguments #151

hottwaj opened this issue Sep 30, 2020 · 0 comments · May be fixed by #152

Comments

@hottwaj
Copy link

hottwaj commented Sep 30, 2020

I like how toc displays class & method names when viewing a .py file, but it also includes arguments for functions/methods and the superclass specification for classes, e.g. toc shows:

class MyClass(Super1, Super2, Super3)
def method1(self, arg1, arg2, kwarg1 = None, kwarg2 = 0)

The superclass spec & arguments make each line in the toc far too long and so the toc becomes hard to read & requires scrolling.

Can the class spec and method args be stripped out of the toc?

Thanks for this great extension! :)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
1 participant