{"id":16728661,"url":"https://github.com/artbycrunk/vscode-maya","last_synced_at":"2025-03-21T21:31:11.712Z","repository":{"id":33932958,"uuid":"163580653","full_name":"artbycrunk/vscode-maya","owner":"artbycrunk","description":"A Visual Studio Code extension with support for coding for Maya.","archived":false,"fork":false,"pushed_at":"2022-03-26T14:35:57.000Z","size":2057,"stargazers_count":46,"open_issues_count":18,"forks_count":13,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-03-18T05:13:10.562Z","etag":null,"topics":["editor","hacktoberfest","maya","maya-mel","maya-python","mel","visual-studio","visual-studio-code","visual-studio-code-extension","vscode","vscode-extension"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/artbycrunk.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-12-30T10:57:14.000Z","updated_at":"2025-01-03T21:27:15.000Z","dependencies_parsed_at":"2022-08-07T23:30:49.035Z","dependency_job_id":null,"html_url":"https://github.com/artbycrunk/vscode-maya","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/artbycrunk%2Fvscode-maya","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/artbycrunk%2Fvscode-maya/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/artbycrunk%2Fvscode-maya/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/artbycrunk%2Fvscode-maya/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/artbycrunk","download_url":"https://codeload.github.com/artbycrunk/vscode-maya/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244874156,"owners_count":20524576,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["editor","hacktoberfest","maya","maya-mel","maya-python","mel","visual-studio","visual-studio-code","visual-studio-code-extension","vscode","vscode-extension"],"created_at":"2024-10-12T23:11:10.891Z","updated_at":"2025-03-21T21:31:09.459Z","avatar_url":"https://github.com/artbycrunk.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Maya Extension for Visual Studio Code\n\n[![Version](https://vsmarketplacebadge.apphb.com/version/saviof.mayacode.svg)](https://marketplace.visualstudio.com/items?itemName=saviof.mayacode)\n[![Installs](https://vsmarketplacebadge.apphb.com/installs/saviof.mayacode.svg)](https://marketplace.visualstudio.com/items?itemName=saviof.mayacode)\n[![Downloads](https://vsmarketplacebadge.apphb.com/downloads/saviof.mayacode.svg)](https://marketplace.visualstudio.com/items?itemName=saviof.mayacode)\n[![Ratings](https://vsmarketplacebadge.apphb.com/rating/saviof.mayacode.svg)](https://marketplace.visualstudio.com/items?itemName=saviof.mayacode)\n\n[![Average time to resolve an issue](https://isitmaintained.com/badge/resolution/artbycrunk/vscode-maya.svg)](https://isitmaintained.com/project/artbycrunk/vscode-maya \"Average time to resolve an issue\")\n[![Percentage of issues still open](https://isitmaintained.com/badge/open/artbycrunk/vscode-maya.svg)](https://isitmaintained.com/project/artbycrunk/vscode-maya \"Percentage of issues still open\")\n\n[![](https://img.shields.io/badge/TWITTER-%40artbycrunk-blue.svg?logo=twitter\u0026style=flat)](https://twitter.com/artbycrunk)\n[![](https://img.shields.io/badge/gitter-join_chat-1dce73.svg?style=flat\u0026logo=gitter-white)](https://gitter.im/vscode-maya/vscode-maya)\n\n\nA [Visual Studio Code](https://code.visualstudio.com/) [extension](https://marketplace.visualstudio.com/items?itemName=saviof.mayacode) with support for coding for Maya.\n\n## Features\n\n* Syntax Highlight MEL scripts.\n* Hierarchical document tree in the [outline view](https://code.visualstudio.com/docs/getstarted/userinterface#_outline-view).\n* [Breadcrumbs](https://code.visualstudio.com/updates/v1_26#_breadcrumbs) support.\n\n* Autocomplete MEL commands as you type ( along with flag info )\n\n  \u003e ![Autocomplete MEL commands as you type](./images/autocomplete.gif \"Autocomplete MEL commands as you type\")\n\n* Autocomplete MEL variables as you type\n\n  \u003e ![Autocomplete MEL variables as you type](./images/variables.gif \"Autocomplete MEL variables as you type\")\n\n* Send code to Maya via command port (MEL or Python).\n\n  \u003e ![Send code to Maya via command port](./images/send_to_maya.gif \"Send code to Maya via command port\")\n\n* Support auto closing brackets, quotes and ticks\n\n  \u003e ![Syntax Highlight MEL scripts](./images/syntax_highlight.gif \"Syntax Highlight MEL scripts.\")\n\n\n## Useful commands\n\nOpen the Command Palette (Command+Shift+P on macOS and Ctrl+Shift+P on Windows/Linux) and type in one of the following commands:\n\nCommand | Description\n--- | ---\n```Maya: Send Python Code to Maya``` | Send Python code from current editor in Maya.\n```Maya: Send MEL Code to Maya``` | Send MEL code from current editor in Maya.\n\nYou can also select a block of code in the editor \nand ```Right-click -\u003e Send Code to Maya```, this is based on the current working language (Mel or Python).\n\n## Update for Maya 2022 and above.\n\n  \u003e ![Option for Maya 2022 and above](./images/runner_option.png \"Option for Maya 2022 and above\")\n\n## Opening the correct ports for Send to Maya Commands.\n\nTo open the correct ports in maya, you can use the following code.\n\n`Note: If your using a extension version higher than 0.9, then MEL and Python code use the same port in maya.`\n\nIn the Maya script editor MEL Tab.\n```\ncommandPort -name \"localhost:7001\" -sourceType \"mel\" -echoOutput;\n```\n\n## Snippets\n\n|Prefixes|Description|\n|--------|-----------|\n|if|Code snippet for an if statement|\n|if/else|Code snippet for an if statement with else|\n|elseif|Code snippet for an else if|\n|else|Code snippet for an else|\n|do/while|Code snippet for a do while loop|\n|switch/case|Code snippet for a switch case|\n|proc|Code snippet for a procedure|\n|proc(global)|Code snippet for a global procedure|\n|for/in|Code snippet for a for loop|\n|for|Code snippet for a for loop with counter|\n|while|Code snippet for a for while loop|\n\n## Requirements\n\nAutodesk Maya tested using Maya 2016 Windows and Linux but should work with all versions.\n\n## Issues, feature requests, and contributions\n\n* If you come across a problem with the extension, please [file an issue](https://github.com/artbycrunk/vscode-maya/issues)\n* Contributions are always welcome!\n* Any and all feedback is appreciated and welcome!\n  - If someone has already [filed an issue](https://github.com/artbycrunk/vscode-maya/issues) that encompasses your feedback, please leave a 👍/👎 reaction on the issue\n  - Otherwise please file a new issue\n\n## Release Notes\n\nSee [CHANGELOG.md](./CHANGELOG.md)\n\nSee [Recent Releases](https://github.com/artbycrunk/vscode-maya/releases)\n\n**Enjoy!**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fartbycrunk%2Fvscode-maya","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fartbycrunk%2Fvscode-maya","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fartbycrunk%2Fvscode-maya/lists"}