Skip to content

Conversation

isc-bsaviano
Copy link
Contributor

This PR fixes #1623. Adds a class icon button to the editor title bar when the editor contains a class. When clicked, a QuickPick appears with all members of that class, including inherited ones. Clicking on a member shows it in the editor.

all members

I initially tried to implement this as a tree view, which prompted me to make some architectural improvements. I kept those in because I think they are worth including. I consolidated three three onDidChangeActiveTextEditor handlers to a single one, and I added the existing tree views to the array of disposables so their resources get cleaned up properly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

missing one place to see all elements inherited from parent classes
2 participants