Kairos Linter is a Visual Studio Code extension for linting Kairos App directives. This extension helps you to identify and highlight specific keywords and patterns related to Kairos directives within your code files.
Features
Highlights Kairos directives within your code files.
Snippets for all Kairos directives.
Compatibility with .cs, .js, .ts, .tsx, and .jsx files.
Installation
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 or by pressing Ctrl+Shift+X.
Search for Kairos Linter.
Click Install to install the extension.
Release Notes
2.0.0
Add snippets functionality for all directives.
1.0.0
Complete release.
0.1.2
Fix bug involving FileName value not admitting whitespaces.
0.1.1
Fix bug for multi-line Ignore directive.
0.1.0
Added full directives logic for Kairos App.
Added support for .cs, .js, .tsx, and .jsx files.
0.0.1
Initial release of Kairos Linter.
Basic highlighting for Kairos directives in supported file types.