# Clone the repository
git clone https://github.com/TraumDE/ixion-language-support-vscode.git
# Go to the project directory
cd ixion-language-support-vscode
# Install dependencies
pnpm install
# Build the extension
pnpm build
# Install the extension
code --install-extension ./ixion-<version>.vsix
Requirements
Visual Studio Code ^1.125.0
Roadmap
Code completion
Contributing
Contributions are welcome! Feel free to:
Open an issue with bug reports or feature requests
Submit pull requests
Improve documentation or grammar rules
License
Project under MIT license - see the LICENSE for details