Mojo🔥 SyntaxThis VS Code extension provides syntax support for the Mojo🔥 programming language (Docs). FeaturesProvides syntax highlighting, bracket matching, code folding, and indenting for Mojo🔥 files in the editor
and for Mojo🔥 code cells in notebooks
Please note that this extension is not an official product and is not associated with the Mojo🔥 development team or Modular. It is developed and maintained with the intention of providing a useful tool for Mojo🔥 developers until official support is fully implemented in VS Code. Getting Started
Connecting VSCode to the Mojo PlaygroundCheck out the wiki on how to connect your local VSCode to the JupyterHub of the Mojo Playground. ContributingThis extension is an open-source project, and community contributions are welcome. If you encounter any issues, have feature requests, or would like to contribute code improvements, please visit the project repository on GitHub. For fixes and improvements to the syntax that also apply to Python, pull requests should be opened against the MagicPython project. For Mojo-specific syntax issues and improvement, the official mojo-syntax repository should be the right place. For anything beyond the syntax file or if you're unsure where the right place is, please create a pull request or issue on this extensions' GitHub page. Current Intentional Syntax DeviationsCurrently the syntax file intentionally deviates form the official mojo-syntax for ownership related markers on argument names. The change introduced in the merged pull request titled "Update the Mojo syntax file for the May 11 release" is not applied. Instead Example: With the following settings within the
DisclaimerPlease be aware that this extension is in no way officially endorsed, supported, or affiliated with the Mojo🔥 development team or Modular. It is a community-driven effort to provide temporary support for Mojo🔥 in VS Code until official support becomes available. Release Notes1.0.0Initial release |