go - VS Code keyboard shortcut to show online API document for golang? -


i'ms using vscode , "go visual studio code" , vim emulation plugin set golang ide (keyboard using vim style)

when mouse hover api, online api document can displayed. there keyboard shortcut can trigger api document display?

you looking editor.action.showhover shortcut:
default key is: ctrl+k ctrl+i not works vim enabled, may change e.g.: ctrl+k ctrl+k, works me:

you can open editor going menu under file > preferences > keyboard shortcuts. (code > preferences > keyboard shortcuts on mac)
search show hover (or hover) , change shortcut editor.action.showhover, see:

enter image description here

see: enter image description here


Comments

Popular posts from this blog

php - Cannot override Laravel Spark authentication with own implementation -

Qt QGraphicsScene is not accessable from QGraphicsView (on Qt 5.6.1) -

What is happening when Matlab is starting a "parallel pool"? -