A comprehensive VS Code extension for the Mike language, providing syntax highlighting, intelligent code completion, and advanced development features.
Features
Syntax highlighting for Mike language files (.mike)
IntelliSense and code completion for:
Language keywords
Attribute decorators
Code snippets
Hover information for attributes and keywords
Document outline support (symbols)
Basic error detection
Bracket matching
Syntax validation
Code Snippets
This extension includes several helpful snippets for common Mike language constructs:
entity: Create a new entity definition
data: Create a new data type definition
enum: Create a new enum definition
page: Create a new UI page definition
field: Create a new form field
table: Create a new table definition
Requirements
Visual Studio Code version 1.75.0 or higher
Extension Settings
This extension contributes the following settings:
Mike language support for .mike files
Custom syntax highlighting
Snippet support
Known Issues
Please report any issues on the GitHub repository.
Release Notes
1.0.0
Initial release of Mike Language Extension:
Basic syntax highlighting
Code snippets
IntelliSense support
Hover information
Document symbols
Basic error detection
Development
To contribute to this extension:
Clone the repository
Run `npm install`
Open in VS Code
Press F5 to start debugging
License
This extension is licensed under the GPL-3.0 License.