You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's awesome that we can use Cmd+click to jump to a symbol in the code, but it would be great if there was an easy way to go back again afterwards too:
I'm not sure if those functions are handled within monaco already (and just need key bindings), but if not, it looks like they might be able to be implemented with something like this (or similar):
It's awesome that we can use
Cmd
+click to jump to a symbol in the code, but it would be great if there was an easy way to go back again afterwards too:I'm not sure if those functions are handled within monaco already (and just need key bindings), but if not, it looks like they might be able to be implemented with something like this (or similar):
Being predominantly a jetbrains user myself, I am used to
Cmd
+B
andCmd
+Opt
+B
:The current references I see when searching
keybinding
are:webcrack/apps/playground/src/components/MonacoEditor.tsx
Lines 92 to 99 in 0e061d9
webcrack/apps/playground/src/monaco/eval-selection.ts
Lines 47 to 63 in 0e061d9
The text was updated successfully, but these errors were encountered: