Skip to content
This repository has been archived by the owner on Oct 16, 2020. It is now read-only.

Missing autocomplete hints #634

Open
tsujp opened this issue Sep 18, 2019 · 2 comments
Open

Missing autocomplete hints #634

tsujp opened this issue Sep 18, 2019 · 2 comments

Comments

@tsujp
Copy link

tsujp commented Sep 18, 2019

In VSCode if I did the following

type TupleTest = [string, string]
const foo: TupleTest = ['one', 'two']

and then were typing such that I was midway through typing foo. VSCode would popup with push() and pop() etc but crucially (property) 0: string and (property) 1: string.

There are no such popups at all with Sublime Text using this langserver and LSP. It also does not include push() or pop() either.

VSCode shows the following, which is not shown in Sublime Text

img

@tsujp
Copy link
Author

tsujp commented Sep 18, 2019

Managed to get a screenshot from Sublime Text

img

@tsujp tsujp closed this as completed Sep 18, 2019
@tsujp
Copy link
Author

tsujp commented Sep 18, 2019

Accidentally closed, apologies.

@tsujp tsujp reopened this Sep 18, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant