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

attribute lang="typescript" breaks IntelliSense #111

Closed
HerringtonDarkholme opened this issue Mar 29, 2017 · 1 comment
Closed

attribute lang="typescript" breaks IntelliSense #111

HerringtonDarkholme opened this issue Mar 29, 2017 · 1 comment

Comments

@HerringtonDarkholme
Copy link
Member

HerringtonDarkholme commented Mar 29, 2017

VSCode version: 1.10.2 (1.10.2)
Vetur version: 0.5.6

Vanilla VSCode, with only Vetur enabled.

Reproduction:

Open a vue file. Add a <script></script> section.

If no lang is added, completion works.

screen shot 2017-03-29 at 2 51 23 pm

However, lang="typescript" breaks this.
screen shot 2017-03-29 at 2 52 33 pm

Since typescriptMode is added, I expect IntelliSense completion is supported in TypeScript block.

@octref
Copy link
Member

octref commented Mar 29, 2017

Yes there is support for TS since #94, but it hasn't been released yet because there are some rough edges that I want to handle. There are lot of completions that don't make sense, and I think the standard is lang="ts". Also I'd like to move all language server to https://github.com/octref/vls.

I'm looking towards to release 0.6 next week, which finishes IntelliSense described in #26 and integrates #94 better.

image

@octref octref closed this as completed in b268bc9 Apr 17, 2017
octref added a commit that referenced this issue Nov 22, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants