This repository has been archived by the owner on Jul 15, 2023. It is now read-only.
This repository has been archived by the owner on Jul 15, 2023. It is now read-only.
Enhance the outline view in vscode #2370
Closed
Description
We use the following tool to populate the outline view in vscode.
https://github.com/ramya-rao-a/go-outline
At present all it provides is package name and top-level functions. Compare this to the outline for say a node program where you get much more information (interfaces, enums, callbacks within funcs etc). At a minimum we should add the following info.
- package-level constants and vars
- interfaces
- structs/typedefs and their associated methods
Once this is working we can investigate if there's any info inside funcs/methods we want to include.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Metadata
Assignees
Labels
No labels