-
-
Notifications
You must be signed in to change notification settings - Fork 594
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
Implement language server #2
Comments
非常期待! |
Related upstream issue: microsoft/vscode#15377 |
Released 0.2 which adapted VSCode's html extension into a language server for Vue. IntelliSense is now available to html/css/js/scss/less. |
How about ts in <script lang="typescript">? |
@yeluoqiuzhi I don't think there is a standard way yet to use TS with Vue Single File Component. |
yeah, so that we use seperated file, instead of Single file Component. |
Aren't that just a TS file, where you don't even need |
I want to write typescript in a Single File Component. Just use vue-ts-loader |
I want to build better support for html/js/css/scss first, as these are the most popular ones. The project you pointed to seems experimental. I won't spend time building support for it unless it gains traction. |
@yeluoqiuzhi TS syntax highlighting is added, see #19. I'll see if I can do intelliSense later. |
TS^2.0.3
/extensions/html
to node exampleThe text was updated successfully, but these errors were encountered: