You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now open a Haskell project with Sublime Text and enable Language Server in the project.
257
-
You should have these features available:
254
+
```
258
255
259
-
1. Errors are underlined in red
260
-
2. LSP: Show Diagnostics will show a list of hints and errors
261
-
3. LSP: Format Document will prettify the file
256
+
See [the Sublime Text LSP documentation](https://lsp.sublimetext.io) for information on configuring the client. In particular, you can add a "settings" key to the "haskell-language-server" setting to configure specific HLS plugins as described elsewhere in these docs.
0 commit comments