This extension provides Visual Studio Code support for the Hike programming language, including the bundled hike-lsp language server.
Features
Syntax highlighting for .hike files.
// line comments and block comments in the TextMate grammar.
Brackets, auto-closing pairs, indentation rules, and region folding.
Go-to-definition and hover information for variables, types, functions, methods, receivers, and parameters.
Parser and semantic diagnostics shown in the VS Code Problems panel.
Outline/document symbols for top-level declarations and local symbols.
Development
npm install
npm run build
The extension uses the hike language ID and recognizes files with the .hike extension. The platform binaries are stored under bin/; set hike.languageServer.path when using a locally built server.