Skip to content
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

LSP - Codelens and Intellisense? #269

Closed
jacobeatsspam opened this issue Jan 15, 2020 · 3 comments
Closed

LSP - Codelens and Intellisense? #269

jacobeatsspam opened this issue Jan 15, 2020 · 3 comments
Milestone

Comments

@jacobeatsspam
Copy link

jacobeatsspam commented Jan 15, 2020

The only meaningful output I get from the language server is #268

Is there something I'm doing wrong to not get Intellisense and Codelens support?

My config:

{
  "terraform.codelens.enabled": true,
  "terraform.format": {
    "enabled": true,
    "formatOnSave": true,
    "ignoreExtensionsOnSave": [
      ".tfsmurf"
    ]
  },
  "terraform.indexing": {
    "enabled": false,
    "liveIndexing": false,
  },
  "terraform.languageServer": {
    "enabled": true,
    "installCommonProviders": true,
    "pathToBinary": "/Users/redacted/.vscode/extensions/mauve.terraform-1.4.0/lspbin",
    "args": []
  },
  "terraform.lintPath": "/usr/local/bin/tflint",
  "terraform.path": "/usr/local/bin/terraform",
  "[terraform]": {
    "editor.formatOnSave": true
  }
}
@james-nduka
Copy link

Still open? Would have thought this wouldn't be a difficult fix?

@paultyng paultyng added this to the v2.0 milestone May 12, 2020
@paultyng
Copy link
Contributor

paultyng commented Jun 4, 2020

We just released v2.0.0-rc.1 of the extension. The main features include:

  • Added syntax support for 0.12
  • Added terraform-ls usage by default (currently on 0.3.0, which offers basic provider code completion)

You can find additional information and specifics in the release notes and CHANGELOG.

With this release we expect that many of the prior issues and PRs are no longer relevant or have been addressed, and are therefore being closed. If you feel the action taken on an issue or PR is in error, please comment as such and we can figure out the appropriate way to address it.

We plan to add the final 2.0.0 release to the marketplace soon, but are actively seeking your feedback now on the release candidates. You can download the .vsix from the releases page and manually install it in VS Code to try it out.

@paultyng paultyng closed this as completed Jun 4, 2020
@ghost
Copy link

ghost commented Jul 4, 2020

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.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the context necessary to investigate further.

@ghost ghost locked and limited conversation to collaborators Jul 4, 2020
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

3 participants