VladRassokhin / intellij-hcl

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

Terraform quick doc no longer displaying link to documentation #372

Open frosforever opened 2 years ago

frosforever commented 2 years ago

Terraform quick doc no longer links to terraform documentation.

Prerequisites

Installation details

Non-Bundled Plugins: uk.co.hadoopathome.intellij.avro.intellijavroviewer (2.11.0) org.toml.lang (213.5744.224) org.jetbrains.plugins.go (213.6461.48) org.intellij.plugins.hcl (0.7.14) org.rust.lang (0.4.162.4321-213) org.intellij.scala (2021.3.17) com.intellij.bigdatatools (213.5449.243) IdeaVIM (1.9.3) AWSCloudFormation (213.5744.122)

Kotlin: 213-1.6.10-release-923-IJ5744.223

 - [x] intellij-hcl plugin version (`Settings->Plugins`) (`0.7.14`)
 - [x] Terraform version (`terraform -v`) (`1.0.1`)

### Terraform Configuration Files
```hcl
resource "aws_security_group" "some_security_group" {
   ...
}

Exception

N/A

Expected Behavior

Quick doc should display link to terraform documentation.

Actual Behavior

Quickdoc shows a message of the resource without a link to the documentation that is used to up until recently. image

Steps to Reproduce

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

  1. Hover over resource name or invoke quickdoc on a resource name
  2. Observe the lack of link in the message box