-
Notifications
You must be signed in to change notification settings - Fork 181
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
No code suggestions/completion and linting at 2.0.1 #383
Comments
I have this error every time I try to trigger the autocompletion pop-up
This error comes trying to autocomplete any |
how do you trigger the auto-completion popup? |
Hi I have the same issue, same versions installed. Just no code suggestions. Syntax highlighting works fine. |
Currently the extension requires the workspace to be initialized ( Depending on your settings in VS Code, completion will start automatically (if not inside quotes/string literal, on certain trigger characters), or you can explicit trigger it a keyboard combination (Ctrl+Space on Windows, for example). |
I miss the code suggestions in the root module also. Terraform init does not change that. Locals and vars are not solved after writing a dot (local. , var.). Variables from submodels also. The code editor does only make suggestions on variables which are alredy used within the same .tf file. I did not read any clear message that somebody work on the code suggestion problem. Did i miss something? |
I've set |
I ran into the same problem & reverted to 1.4.0 of the extension: |
After reverting to the old version, I'm back to the old issue of Terraform 0.12+ being unsupported. |
@awshumway you need to install the language server. |
I'm having the same issues on Windows 10 2004 |
Same problem (no suggestions, no linting): |
I got same problem, now I uninstalled it and install Terraform (forked) instead. |
Hi folks, Thank you for understanding and patience. |
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. |
Good morning,
iam using vscode-terraform inside the wsl.
vs code: 1.46.0
vscode-terraform: 2.0.1
terraform-ls: 0.3.2
After upgrading (also after a freshinstall) the vscode-terraform does nothing else then syntax highlighting.
I did not see any errors on startup. The output from terraform-ls is running and does not shown any errors except the missing workspace/didChangeWatchedFiles function which is mentioned as a issue at the terraform-ls project (hashicorp/terraform-ls#15).
I dont know what i can do else.
The text was updated successfully, but these errors were encountered: