I’ve a fresh setup of Go, VSCode and Go plugin for VSC. Everything works but I can’t see documentation of any function during code completion. I can see it only when I point my mouse pointer on a function in code, i.e. not during code completion. How can I make it work or which key combination should I use to open the documentation during code completion?
P.S. Just for comparison, in GoLand and in all other IDEs of JetBrains I can press Ctrl+Q to see the documentation during code completion or during any other operation.
I don’t know the answer for your question, but let me give you another advice. If you write a struct and want to fill names of variables press: Ctrl + . (dot), then choose filling option.
After that code completion will always be opened with a documentation until I close it by clicking on the X in the right top corner.
Interesting, is it the right way of reading documentation during code completion and does it need internet connection or can work in offline as well. Why it was engineered that way with two presses instead of only one? The information shown after the first press seems to be useful for debugging this feature only and not useful for any regular use.
P.S. There is a strange and silly restriction in this forum for new users that doesn’t allow to embed pictures/screenshots and doesn’t allow to put more than two links. This is why I provided only links and “damaged” one of them.