Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>Maya Dev ToolkitNew to Visual Studio Code? Get it now.
Maya Dev Toolkit

Maya Dev Toolkit

Cx-Game

|
363 installs
| (0) | Free
Autodesk Maya Dev Toolkit
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Autodesk Maya Dev Toolkit


Mel syntax highlighting tips and autocomplete

completion setting : download Maya devkit from Maya developer center

mel_completion_setting


code completion and definition preview

01_module

Maya Python extend lib path

Find Maya Python site-packages in the Maya installation directory

01_module

Send the current file to run in Maya with one click

Frist set Maya port in the VSCode setting, and copy template code to Maya Script Editor

  • Maya Port Setting 01_module
  • Right click Send To Maya 01_module
  • Key short Ctrl + Alt + F5 01_module

Python breakpoint debugging for attach Maya processes

  • Key short Ctrl + Alt + p 01_module

Initializes the Maya development directory structure

Command : Maya Initialize Development Directory Structure

input ${project} and ${version}

root-dir
├-module
│ └─${project}.mod
├-sources
| ├-scripts
│ │ └-userSetup.py
│ ├-shelves
│ └-plug-ins
│   └-${version}
└-maya${version}.bat

Extensions Dependencies

  • Python - Linting, Debugging (multi-threaded, remote), Intellisense, code formatting, refactoring, unit tests, snippets, Data Science (with Jupyter), PySpark and more.
  • Python Debuger - A Visual Studio Code extension that supports Python debugging with debugpy. Python Debugger provides a seamless debugging experience by allowing you to set breakpoints, step through code, inspect variables, and perform other essential debugging tasks. The debugpy extension offers debugging support for various types of Python applications including scripts, web applications, remote processes, and multi-threaded processes.
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft