A VS Code extension that provides syntax highlight and helpers for green_dot projects
This can help improve readability on long or complex code files
use F1 > header1 to type a custom header to be applied at cursor position
// █ █ █▀▀▀ ▄▀▀▀▄ █▀▀▀▄ █▀▀▀ █▀▀▀▄ ▄█
// █▀▀▀█ █▀▀▀ █▀▀▀█ █ █ █▀▀▀ █▀▀█ █
// ▀ ▀ ▀▀▀▀ ▀ ▀ ▀▀▀▀ ▀▀▀▀ ▀ ▀ ▀
use F1 > header1 to type a custom header to be applied at cursor position
// ╦ ╦ ╔══╗ ╔══╗ ╔═╗ ╔══╗ ╔══╗ ═══╗
// ╠══╣ ╠═ ╠══╣ ║ ║ ╠═ ╠═╦╝ ╔══╝
// ╩ ╩ ╚══╝ ╩ ╩ ╚══╝ ╚══╝ ╩ ╚ ╚═══
Basic syntax highlight
JSON syntax highlight, comments and sections:
- Comments starts with
"// - Sections starts with
"==
Highlight for api tests from green_dot
- Open VS Code
- Press
Ctrl+P(Windows/Linux) orCmd+P(Mac) - Paste the following command and press Enter:
ext install topkat.green-dot-vscode-module
- Open a supported file (JavaScript, TypeScript, JSX, TSX, or JSON)
- Use the command palette (
Ctrl+Shift+PorCmd+Shift+P) - Type one of the following commands:
Write a H1 header as a ascii art commentWrite a H2 header as a ascii art comment
This extension contributes the following settings:
green-dot-vscode-module.enable: Enable/disable the extension
Please report any issues on our GitHub repository.
See the CHANGELOG.md file for release notes.
Contributions are welcome! Please feel free to submit a Pull Request.
- Fork the repository
- Create your feature branch (
git checkout -b feature/amazing-feature) - Commit your changes (
git commit -m 'Add some amazing feature') - Push to the branch (
git push origin feature/amazing-feature) - Open a Pull Request
This project is licensed under the MIT License - see the LICENSE file for details.
- topkat
- j0j032
- Thanks to all contributors who have helped shape this extension
- Special thanks to the VS Code team for their excellent extension API
Note: This extension is actively maintained. If you encounter any issues or have suggestions, please don't hesitate to open an issue on our GitHub repository.


