nwolverson / purescript-language-server

MIT License
184 stars 41 forks source link

Integration with Jetbrains IDEs #74

Open Kalin-Rudnicki opened 4 years ago

Kalin-Rudnicki commented 4 years ago

I am very unfamiliar with all of the inter-workings of plugins / language-servers, do you imaging your language server would be able to work with either of these?

If so, could you give a word of advice on how to do so?

nwolverson commented 4 years ago

This language server should integrate with any LSP client, there should be a guide to integrating LSP servers in the documentation for your IDE integration/plugin.

If there are issues arising from the differing subsets of the spec that are implemented, I'm happy to work together to get something working.

The only comment I'd make is that config is currently unlikely to work easily, there's a change in the works on that front, but getting something working with default config (see https://github.com/nwolverson/purescript-language-server#usage) would be a first step