sequitur / ink-vscode

Ink support in Visual Studio Code
MIT License
26 stars 10 forks source link

Add minimal language server integration #3

Closed ephread closed 6 years ago

ephread commented 6 years ago

Related to #2.

You will most likely need to set some configuration settings, in order to review the integration. They are defined here.

Additionally, I've bumped the vscode engine version and added a vscode configuration that matches your choices regarding tab/spaces size.

sequitur commented 6 years ago

I really appreciate this - I'm very busy this week so it might take me a while to properly take a look, but I will when I am able. Feel free to keep updating the PR with newer commits if you like.

ephread commented 6 years ago

No worries, take your time. Next step for me, is to integrate an interactive preview built upon inkjs. This will most likely be done in another PR (which will depend on this one).