VladRassokhin / intellij-hcl

HCL language support for IntelliJ platform based IDEs
Apache License 2.0
244 stars 48 forks source link

No autocomplete for non-bundled providers like `google` #395

Open tom10271 opened 1 year ago

tom10271 commented 1 year ago
Screenshot 2022-07-11 at 7 11 19 PM

Thank you for opening an issue. In this template paragraph text could be removed, however please retain headers.

Prerequisites

Installation details

Terraform Configuration Files

# Copy-paste your Terraform configuration here - for large Terraform configs,
# please use a gist (https://gist.github.com) and share a link. 

Exception

For exceptions paste exception stack trace here. If it's huge one - use gist.

provider "google" {
  project_id = "salesdatawarehouse-dev"
  region     = "asia-east-2"
}

resource "goog" "" { <-- No autocomplete shows up

}

Expected Behavior

What should have happened? Autocomplete for Google cloud

Actual Behavior

What actually happened? Nothing shown

Steps to Reproduce

Please list the steps required to reproduce the issue, for example:

resource "goog" "" {} <- continue to type googl it should shows a list of services from google.