This repository has been archived by the owner on Dec 15, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 264
[tree-sitter] Autocomplete not working for ide-* packages #962
Comments
Can you confirm you are using the latest version of ide-typescript? This was fixed in https://github.com/atom/ide-typescript/releases/tag/v0.7.6 |
Yes I'm using |
Can you open a typescript file then open the dev tools window and type
and report back here the result? Thanks. |
Never mind, I'm able to repro and I see the issue :) Fix going out tonight. |
Out in 0.9.5 |
Thanks for the fast fix. This |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Prerequisites
Reproduced the problem in Safe Mode: http://flight-manual.atom.io/hacking-atom/sections/debugging/#using-safe-modeDescription
This issue only appears when using
tree-sitter
.When using the experimental
tree-sitter
parser together with a language server package, autocomplete requests aren't triggered.I was able to reproduce this with
ide-python
andide-typescript
.It seams that
getSuggestions
in the language-client isn't triggered so I'm posting this issue here.@damieng @maxbrunsfeld Any idea what's happening here? Keep up the great work 💯
Steps to Reproduce
tree-sitter
parserExpected behavior: Autocompletion should be provided
Actual behavior: No ide autocompletion
Reproduces how often: 100%
Versions
Reproducible on macOS and:
Additional Information
Any additional information, configuration or data that might be necessary to reproduce the issue.
The text was updated successfully, but these errors were encountered: