VladRassokhin / intellij-hcl

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

Plugin causes .tf-files to become unsearchable #352

Closed BeyondEvil closed 2 years ago

BeyondEvil commented 2 years ago

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

Prerequisites

Installation details

Kotlin: 211-1.4.32-release-IJ6693.72

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

### Terraform Configuration Files
```hcl
n/a

Exception

n/a

Expected Behavior

What should have happened? Searching for strings using Find in Files... shows "no occurences" even tho string exists in .tf-file.

Actual Behavior

What actually happened? Search should produce occurences in .tf-files.

Steps to Reproduce

Please list the steps required to reproduce the issue, for example: Search for a string using "Find in Files..." that exists in a .tf-file.

VladRassokhin commented 2 years ago

Cannot reproduce. Probably fixes in 0.7.11

VladRassokhin commented 2 years ago

Please reopen if still actual