An open API service indexing awesome lists of open source software.

https://github.com/zendobk/vscode-mysql

This VSCode extension provides MySQL syntax highlighting for dark themes and code snippets.
https://github.com/zendobk/vscode-mysql

code-snippets mysql syntax-highlight vscode vscode-extension

Last synced: 3 months ago
JSON representation

This VSCode extension provides MySQL syntax highlighting for dark themes and code snippets.

Awesome Lists containing this project

README

          

# MySQL syntax highlighting & code snippets

_[Donate with PayPal](https://paypal.me/zendobk)_

This VSCode extension provides MySQL syntax highlighting for dark themes and code snippets.

## Features

- **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.

## Installation

1. Download the `.vsix` file for the extension.
2. Open Visual Studio Code.
3. Go to the Extensions view by clicking on the Extensions icon in the Activity Bar on the side of the window.
4. Click on the three-dot menu in the top right corner of the Extensions view.
5. Select `Install from VSIX...`.
6. Navigate to the downloaded `.vsix` file and select it to install.

## Usage

- Open a `.sql` file to see the syntax highlighting in action.
- Start typing to see code snippets suggestions.

## Appendix

- [Keywords and reserved words](https://dev.mysql.com/doc/mysqld-version-reference/en/keywords-8-4.html)
- [Client commands](https://dev.mysql.com/doc/refman/8.4/en/mysql-commands.html)
- [Data types](https://www.w3schools.com/mysql/mysql_datatypes.asp)

## Contributing

Contributions are welcome! Please open an issue or submit a pull request.

## License

This project is licensed under the MIT License.