jest-community / vscode-jest

The optimal flow for Jest based testing in VS Code
MIT License
2.85k stars 295 forks source link

Setting up `jest-editor-support` as a language server #205

Open seanpoulter opened 6 years ago

seanpoulter commented 6 years ago

I'm opening this issue as a place to discuss if/when we should set up jest-editor-support as a language server. If we start to look at testing unsaved documents, we're going to increase our IO and CPU loads which may be better suited to a language server.

Seems like it'd be useful to support:

Here's the relevant Extension docs for VS Code:

Raathigesh commented 6 years ago

This would be really useful and would allow us to build even more great tools on top of it. This could unlock some interesting possibilities for https://github.com/Raathigesh/majestic. I'm very much interested in contributing to this effort. Let me know how I can help.