-
Notifications
You must be signed in to change notification settings - Fork 646
Goto Definition, Hover, Signature Help does not work for net
package
#442
Comments
Could you provide a more complete example of the problem? |
VSCode 1.6.1 I'm having the same issue. It shows "Loading..." when hovering over |
This is an issue with |
May be we can use gogetdoc instead both godef and godoc. |
interface
|
net
package
In the latest update of the Go extension (0.6.50), we now support the use of |
@ramya-rao-a Thank you for the fix, however simply performing the steps described in the comment does not solve the problem in my case. It makes all the Goto/Peek Definition, Hover info and Signature Help functions stop working. Perhaps there is something I've missed? Go Extension 0.6.50, VSCode Version 1.7.2 (1.7.2). |
@zgiber What version of Go are you using? Can you share the output of |
@ramya-rao-a I'm using go version go1.7.4 darwin/amd64, not from source, but from archive. The Go plugin is now version 0.6.51. After adding the line: |
Windows 7 x86
VSCode 1.4.0
Go 0.6.43
When mouse is crossed on function than I should see function preview like this:
However, when I do this to net library functions I do see Loading.. for a blink of an eye and no preview is shown.
Also, ATL+F12 does not work on this library.
The text was updated successfully, but these errors were encountered: