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
I am setting file association in vscode for *.mel to c as a trick to use all the features like ctrl+alt+o and jump to mel global proc definition by ctrl+click, but it stops me from being able to use the hotkeys. As in vscode the shortcuts configuration page, the When column is hardcoded to be editorTextFocus && editorLangId == 'mel'
I hope the plugin configuration can offer a setting which allows me to choose what langid to use for the when, so that even for c language type, I can still use hotkey to send code to maya.
The text was updated successfully, but these errors were encountered:
oglops
changed the title
Provide a configure to modify editorLangId == 'mel' in when column when configuring hotkeys
Provide a configuration to modify editorLangId == 'mel' in when column when configuring hotkeys
Apr 12, 2023
I am setting file association in vscode for *.mel to
c
as a trick to use all the features likectrl+alt+o
and jump to mel global proc definition by ctrl+click, but it stops me from being able to use the hotkeys. As in vscode the shortcuts configuration page, theWhen
column is hardcoded to beeditorTextFocus && editorLangId == 'mel'
I hope the plugin configuration can offer a setting which allows me to choose what langid to use for the
when
, so that even forc
language type, I can still use hotkey to send code to maya.The text was updated successfully, but these errors were encountered: