mxseditor code snippet generator
I am very happy to use the tab-tab function of Visual Studio
So I used mxseditor_calltips and mxseditor to make a code snippet generator
Configuration steps:
1. install mxseditor
2. remove [ctrl + tab] hot key:
menu-tools-open global options file
find:# User defined key commands
and:
Ctrl+Tab||\
restart max
3. find script file [fn codeSnippet] write your code snippet
Known problems:
Shortcut keys are global,I didn't find a way to use the AssignCmdKey
Attachment | Size |
---|---|
demo.gif | 574.18 KB |
mxseditor-code-snippet-generator.ms | 8.03 KB |