Editor plugin still in development
You can improve your developer experience with Hegel by using editor integrations. Hegel tries to provide editor support for: Type hints and Error display.
Plugins:
Visual Studio Code
Currently, the extension is still in development. So, you can try it only via debug mode.
To run the extension in debug mode you need to:
- Clone Hegel repo
$ git clone https://github.com/JSMonk/hegel
Add
hegel/packages/language-server
to your VS code workspace. Do not openhegel
or addhegel
to your workspace, otherwise "Run and Debug" cannot find the.vscode/launch.json
configuration.Go to the "Run and Debug" section
Run "Extension" option