-
Notifications
You must be signed in to change notification settings - Fork 645
Signature Help and Quick Info do not show function comments for unexported functions #567
Comments
Exported functions from shared libraries seem to show the comments, but none from main.go which is a special go file meant for executables vs shared code. Definitely a bug |
We use
Which is why no member in main.go or unexported members of packages do not get the documentation info. Replacing bug label with enhancement |
In the latest update of the Go extension (0.6.50), we now support the use of |
Smoke testing, Windows
In the example below, I would expect the "hello" comment to appear in addition to just the function signature.
This works fine for cases like stringutil.Reverse
The text was updated successfully, but these errors were encountered: