Skip to content

Typescript autocompletion missing details. #518

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

Closed
CodingMeSwiftly opened this issue Nov 5, 2017 · 1 comment
Closed

Typescript autocompletion missing details. #518

CodingMeSwiftly opened this issue Nov 5, 2017 · 1 comment
Labels

Comments

@CodingMeSwiftly
Copy link

CodingMeSwiftly commented Nov 5, 2017

Info

  • Platform: macOS
  • Vetur version: 0.10.1
  • VS Code version: 1.17.2
  • Typescript included as --save-dev: ^2.6.1

Problem

Autocompletion missing details which are provided in vanilla .ts files.

Example:

Inside test.ts
screen shot 2017-11-05 at 19 59 29

Inside test.vue
screen shot 2017-11-05 at 20 11 10

Note that the method details are missing. There is also no obvious way to make them visible. (No info icon, I've tried ctrl + space without luck).
I expected to see the same level of details in .vue files.
Is this a known issue?
Is this simply as detailed as vetur can currently get?
Is there some setting wrong in my VSCode?

I don't know if this has something to do with issue #26, but in the screenshots there the method details seem to show up.

Reproducible Case

Create one .ts and one .vue file. Try accessing a property of (for simplicity) a random string. Check the documentation details.

@HerringtonDarkholme
Copy link
Member

This is simply a bug that we miss!

Thanks for reporting! Will fix it soon.

HerringtonDarkholme added a commit that referenced this issue Nov 6, 2017
fix #518: fix doResolve and doComplete language id
octref pushed a commit that referenced this issue Nov 22, 2017
fix #518: fix doResolve and doComplete language id
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

2 participants