A Visual Studio Code extension that provides rich language support for hapet. Powered by a Language Server Protocol (LSP) server, this extension integrates with hapet compiler to provide rich type information and a faster, more reliable hapet experience.
- Install hapet compiler to your computer;
- Install hapet extension for Visual Studio Code;
- Open a folder/workspace that contains a hapet project (.hptproj) and the extension will activate.
npm install -g typescript
npm install --global yo generator-code
npm install vscode-languageclient
npm run compile