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:
Comments
Post a Comment