The AnyScript extension is a Visual Studio Code extension that provides syntax highlighting and snippets for the AnyScript language.
The extension provides syntax highlighting for the AnyScript language. The extension highlights AnyScript classes, functions, and constants.
The extension provides snippets for the AnyScript language. The snippets are are work in progress and will be updated in the future.
The extension provides a color picker for RGB colors. The extension recognizes RGB colors in the format RGB = {1, 0.2, 0.0};
and provides a color picker when you hover over the color.
The extension provides a simple yet handy document formatter for .any files. You can use both the Format Document
and Format Selection
commands. The formatter ensures consistent indentation, spacing, and line breaks according to the AnyScript language conventions.
To format an entire document, right-click within the editor and select Format Document
, or use the default keyboard shortcut Shift+Alt+F
.
To format a selected portion of the document, highlight the desired text, right-click, and select Format Selection
, or use the default keyboard shortcut Ctrl+K Ctrl+F
.
All notable changes to the "anyscript" extension will be documented here.
- Added support for
Format Document
andFormat Selection
in .any files
- Added color picker for RGB colors
- New AnyScript class, function, and constant highlighting
- Improved language configuration
- Initial release
This project is licensed under the MIT License - see the LICENSE file for details.