-
Notifications
You must be signed in to change notification settings - Fork 131
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
Autocomplete does not work with NVIM 0.7 #936
Comments
As far as I can tell it doesn't work for anything. I can't get it to work with VSCode or LunarVIm. |
Sorry you're experiencing these issues @charles-d-burton. I think the neovim issue you're running into is neovim/neovim#18734, which we discovered in #927 (comment). Unfortunately there isn't an immediate fix, the neovim side hasn't been picked up yet and we haven't addressed #310 yet. You can keep track of #310 to see when we address this server side. I haven't used LunarVim, but can confirm autocomplete works for VS Code. Are you using VSCodium or official VS Code builds? I ask because the build available for VSCodium is old and we are waiting for Eclipse to update some tools we need to publish a new one. If you are using an official VS Code build, can you post the version of the Terraform Extension and VS Code and attach logs from the Output pane here? |
Re NeoVim: |
@charles-d-burton We have just released 0.28.0 which contains #940 - that should avoid "hard stop" when the mentioned events occur - duplicate versions are now ignored. We still continue to log such events, to provide the opportunity to discover and fix these client-side bugs. Let us know if you continue having issues after upgrading. |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
Server Version
Terraform Version
Client Version
Terraform Configuration Files
Log Output
Expected Behavior
It should autocomplete
Actual Behavior
Nothing, just throws errors in the log
Steps to Reproduce
1: Create a terraform module
2: Open with nvim and configure like this
The text was updated successfully, but these errors were encountered: