I'm beginning to use vscode for python development. I'm a novice programmer in general, so I'm not sure what is the standard way of describing what I want: is a way , that things like pycharms provide, to check the source code of say, a class or a function, with one keyboard shortcut.
I've tried installing the Class IO extension, but doesn't seem to work.. I've tried the below keyboard shortcut specificationo in keybindings.json.
[{
"key": "shift+alt+g",
"command": "classio.goToParent",
"when": "editorLangId == 'python'"
},