The Supra Move VS Code Extension is a tool specifically designed for developers working with the Supra Move framework. It enhances the coding experience by providing syntax highlighting and Intellisense, streamlining the development process and minimizing errors.
Features
1. Syntax Highlighting
Comprehensive syntax support for Move language fundamentals.
Special highlighting for Supra Move-specific syntax, such as supra_framework namespaces.
*Note: Yet to have all Supra Framework function def.
2. Intellisense
Auto-complete and suggestions for Supra Move namespaces, functions, and parameters.
Provides dropdown suggestions for namespaces like supra_framework::, std::, and others.
Auto-complete for modules, functions, and attributes from:
supra_framework
std (e.g., vector, table, borrow_mut)
Usage
Open any .move file in VS Code.
Start coding with features like syntax highlighting and Intellisense automatically enabled.
Contributing
Contributions are welcome! Whether it’s fixing a bug, enhancing functionality, or adding documentation, your input makes this tool better for everyone.