Vladislav Rassokhin

Results 26 issues of Vladislav Rassokhin

enhancement
help wanted
good first issue

IntelliJ IDEA 2019.1 (Ultimate Edition) Build #IU-191.6183.87, built on March 27, 2019 Licensed to JetBrains Team / Vladislav Rassokhin JRE: 1.8.0_202-release-1483-b39 x86_64 JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o...

Seems NonTrivialActionGroup should be used for 'PsiViewer' action group. Right now it may be shown in context menu and consumes screen space.

Inspired by code in https://github.com/VladRassokhin/intellij-hcl/issues/212 ```hcl2 resource "aws_kms_alias" "main" { name = "alias/${var.alias}" } ``` ```hcl2 resource "aws_kms_alias" "main" { name = "alias/" + var.alias } ``` Should be equivalent,...

enhancement
v2
syntax/native

### Current Terraform Version ``` 0.12.7 ``` ### Use-cases It may happen that two or more modules depends on each other. Instead of producing cyptinc error terraform could detect that....

enhancement
cli
config

Apart from implementing inspections natively in java, 'terraform validate' could be called. Or at least some logic could be looked up there.

enhancement

- [ ] Run configuration for project (`terraform plan|apply .`) - [ ] Run configuration for one specific resource (`terraform plan|apply -target=FQN`) - [x] Show in gutter next to resource...

enhancement

To do that `com.intellij.codeInsight.template.TemplateContextType` extension should be implemented in plugin