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

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

@hottwaj

Description

@hottwaj

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! :)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions