- Enhancement: Add support for Maya 2022 with Python 3.7. (@artbycrunk in issues/25)
- Enhancement: ctrl+shift+o go to symbol support. (@artbycrunk in issues/11)
- Enhancement: Outline support for functions and variables (@artbycrunk in issues/11)
- Fix: Output line numbers are off by 1 (@artbycrunk in issues/14)
- Enhancement: Added telemetry for basic events
- Add Help on hover, with link to read the documentation online.
- Changed settings title to MayaCode to be in line with api docs
- Added better error msg when cannot connect to maya via commandPort.
- Add autocomplete for MEL variables. issues/9
- Speedup autocomplete processing.
- Fixed issue with non-ascii characters in python code issues/5
- Rewrite the code to work over a single Maya socket.
- Use temp files to send code between vscode and maya.
- Add support for sending complete files to maya thanks @Ziriax or the pull request. pull/1
- Fix lookup regex for faster autocompletion.
- Updated Readme with gifs for demo.
- Bugfix for completions not found.
- Added support for autocompletion of MEL commands
- Added status bar indication when maya port is connected.
- Added context option, to select code and right-click,
Send to Maya
- Added commands
Send to Maya
via command port. - Added Snippets for MEL code
- Added support for MEL grammar (Functions, comments, etc)
- Added support MEL language (auto closing pairs, brackets, surrounding pairs)