Zulip Chat Archive

Stream: lean4

Topic: go to definition shortcut


Arthur Paulino (Aug 13 2022 at 21:18):

Is there a shortcut for "go to definition" in VSCode other than ctrl+click?

Mario Carneiro (Aug 13 2022 at 21:18):

F12

Chris Lovett (Aug 18 2022 at 17:29):

and which can be looked up and changed on the File/Preferences/Keyboard Shortcuts page:
image.png

ohhaimark (Aug 18 2022 at 18:31):

Anyone using the vscode vim plugin will probably already know this, but 'gd' works. Also ctrl-o to go back to where you were.

Chris Lovett (Aug 18 2022 at 22:25):

and vscode also has a handy go back to where you were keyboard binding with alt-left-arrow.


Last updated: Dec 20 2023 at 11:08 UTC