This VSCode extension provides MySQL syntax highlighting for dark themes and code snippets.
- Syntax Highlighting: Enhanced syntax highlighting for MySQL scripts, making it easier to read and write complex queries. This feature supports various MySQL keywords, functions, and operators, ensuring that your code is visually distinct and easy to navigate.
- Code Snippets: Useful code snippets to speed up MySQL development. These snippets include common SQL statements, table creation scripts, and other frequently used commands, allowing you to write code more efficiently.
- Download the
.vsix
file for the extension. - Open Visual Studio Code.
- Go to the Extensions view by clicking on the Extensions icon in the Activity Bar on the side of the window.
- Click on the three-dot menu in the top right corner of the Extensions view.
- Select
Install from VSIX...
. - Navigate to the downloaded
.vsix
file and select it to install.
- Open a
.sql
file to see the syntax highlighting in action. - Start typing to see code snippets suggestions.
Contributions are welcome! Please open an issue or submit a pull request.
This project is licensed under the MIT License.