Skip to content
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

Closed
3 tasks done
octref opened this issue Nov 9, 2016 · 10 comments
Closed
3 tasks done

Implement language server #2

octref opened this issue Nov 9, 2016 · 10 comments
Labels

Comments

@octref
Copy link
Member

octref commented Nov 9, 2016

@stackia
Copy link

stackia commented Nov 14, 2016

非常期待!

@octref
Copy link
Member Author

octref commented Nov 15, 2016

Related upstream issue: microsoft/vscode#15377

@octref
Copy link
Member Author

octref commented Jan 3, 2017

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.

@octref octref closed this as completed Jan 3, 2017
@fallenleavesguy
Copy link

How about ts in <script lang="typescript">?

@octref
Copy link
Member Author

octref commented Jan 6, 2017

@yeluoqiuzhi I don't think there is a standard way yet to use TS with Vue Single File Component.

@fallenleavesguy
Copy link

yeah, so that we use seperated file, instead of Single file Component.
Just like vue-class-component

@octref
Copy link
Member Author

octref commented Jan 6, 2017

Aren't that just a TS file, where you don't even need <script lang="typescript">?

@fallenleavesguy
Copy link

I want to write typescript in a Single File Component. Just use vue-ts-loader

@octref
Copy link
Member Author

octref commented Jan 6, 2017

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.

@octref
Copy link
Member Author

octref commented Jan 16, 2017

@yeluoqiuzhi TS syntax highlighting is added, see #19. I'll see if I can do intelliSense later.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants