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

Is there a better way to structure post methods in Class Based Views -

performance - Why is XCHG reg, reg a 3 micro-op instruction on modern Intel architectures? -

jquery - Responsive Navbar with Sub Navbar -