Open mrlexor opened 2 years ago
Hello,
I've found out this closed issue regarding optional modifier. It's actually work, but not as expected.
optional
Optional modifier has two arguments and if I use it only with as shown one, so linter shows that okay:
Optional
However, when I add the second one, default argument, linter, seems, doesn't know about it:
default
Can you take a look, please?
Here you may find information about default argument for the optional modifier.
Originally posted by @mrlexor in https://github.com/VladRassokhin/intellij-hcl/issues/338#issuecomment-1282204228
Hello,
I've found out this closed issue regarding
optional
modifier. It's actually work, but not as expected.Optional
modifier has two arguments and if I use it only with as shown one, so linter shows that okay:However, when I add the second one,
default
argument, linter, seems, doesn't know about it:Can you take a look, please?
Here you may find information about
default
argument for theoptional
modifier.Originally posted by @mrlexor in https://github.com/VladRassokhin/intellij-hcl/issues/338#issuecomment-1282204228