VSCode LSP?
Looking at Scroll, it seems really useful, especially around incrementally being able to define and use a language. The web editor stuff especially around auto complete for tokens that are defined in the same file is compelling. Is there any way you could port this functionality to a VS Code LSP? Would love to be able to work with this locally and can see a lot of use for Scroll as generic DSL-creator.
Would love this.
The oldest open issue!
I have not implemented an LSP yet. On my todo list (eventually).
If someone wants to tackle it, let me know what I can do to make it easier.
https://github.com/breck7/scrollsdk/issues/2
Here is what my current editing experience looks like: https://www.youtube.com/watch?v=Wc5hYEzvz-k
As you can tell, having syntax highlighting and autocomplete locally would be a huge help!
We don't have a desktop LSP yet, but ScrollHub (http://hub.scroll.pub/) now includes a small web IDE powered by CodeMirror.
Scroll is going to be soooo awesome once we have a good local LSP and integration with VS Code, Sublime, etc.