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
When running monaco-editor on browser
ShortCut for "Go to Definition" and "Go to Implementation" is same i.e. Cmd+F12
This can be seen in shortcut list also when pressing F1.
And due to this not able to trigger "Go to Definition" with Cmd+F12 , as "Go to Implentation" works instead.
monaco-editor version: 0.16.0
monaco-editor version: 0.14.0
Browser: Chrome
OS: MacOS
When running monaco-editor on browser
ShortCut for "Go to Definition" and "Go to Implementation" is same i.e. Cmd+F12
This can be seen in shortcut list also when pressing F1.
And due to this not able to trigger "Go to Definition" with Cmd+F12 , as "Go to Implentation" works instead.
I checked in the code it is written there also
and for goToImplementation
that for web Shortcut for GotToDefiniton will Cmd+F12 but same is also assigned to GoToImplementation.
The text was updated successfully, but these errors were encountered: