Novak
NOVAK
Login with google

Get Novak inside your VSCode with HLS!

Hovering a type or a function will display its documentation. Example screenshot:
novak-hls-screenshot

1. Start VScode from your project folder with Nix

cd <YOUR_HASKELL_PROJECT>
nix develop
code .

2. Make sure you have Haskell plugin

Doctor usually installs it
Check plugin in VSCode

3. Setup the Haskell plugin

Press CTRL + , (comma) or go to File/Preferences/Settings
Search for "HLS" in the search bar
In "Manage HLS How to manage/find HLS installations." set to PATH
setting HLS path

4. It now works

If not, contact the core team