Is there some shortcut to open a class or method documentation like in Visual Studio that we just press F1 over a method or class?
CodePudding user response:
hit F1 when your cursor is over a function or class.
CodePudding user response:
There are currently no shortcuts for online documentation.
The best you have is Ctrl K Ctrl I which displays the quick documentation unless there is an extension that allows you to open the Microsoft documentation. To edit the shortcut, you can use Ctrl K Ctrl S and search for editor.action.showHover
.