-
Notifications
You must be signed in to change notification settings - Fork 100
ts server plugin #176
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
after some research, I believe this must be solved on the editor side and not within tsserver. For vscode, this should be possible via Request Forwarding. For Neovim, But, since we are planning #177 anyways, we might as well look into the feasibility of running both tsserver and ours at the same time. Initial research suggests that this is not easily possible though. |
would this work for other language like in a python script ? |
Even if support was added for evaluating sql expressions within other languages, this extension would have a hard time expanding template literals without erroring. I created #396 to track support for templated expressions, which in my understanding is a prerequisite feature for supporting this. |
a tsserver plugin should allow us to add sql language features to template literals within a typescript / javascript file.
The text was updated successfully, but these errors were encountered: