This Visual Studio Code extension provides syntax highlighting, IntelliSense, and other language support features for the IC10 MIPS-like language used in the game Stationeers. Uses the Language Server ic10lsp
- Syntax highlighting for IC10 language files (
.ic10
) - Code autocompletion
- Hover information
- Signature help
- Go to definition
- Diagnostics
- Open Visual Studio Code.
- Press
Ctrl+P
to open the Quick Open dialog. - Type
ext install ic10-language-support
and pressEnter
. - Once the extension is installed, you can start using it by opening
.ic10
files.
After installing the extension, you can use it by opening any .ic10
file in Visual Studio Code. The extension will automatically activate and provide syntax highlighting and language features for your IC10 MIPS-like code.
If you find any issues or have suggestions for improvements, please open an issue on GitHub.
This extension is released under the MIT License. See the LICENSE file for more information.