ramya-rao-a / go-outline

Utility to extract JSON representation of declarations from a Go source file
MIT License
143 stars 57 forks source link

Add option to parse comments #7

Closed tohjustin closed 5 years ago

tohjustin commented 5 years ago

https://github.com/Microsoft/vscode-go/pull/1116#discussion_r133992917 was closed due to inactivity, this PR is an attempt to follow up to where the discussion has left off.

tohjustin commented 5 years ago

For performance reasons, this functionality will be implemented in gocode instead (see thread in https://github.com/Microsoft/vscode-go/issues/1072)