Open seanpoulter opened 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.
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: