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
Maybe you can revamp this tool to make something more interesting!