Closed andye2004 closed 5 years ago
Normally Terraform-related inspections are disabled for .nomad files. Please ensure that in your IDE 'nomad' files are associated with 'HashiCorp Configuration Language' language, not 'Terraform' one. Could be checked at Preferences -> Editor -> File Types
@VladRassokhin, That was exactly the issue. Thanks for the help!
I'm assuming there is no auto-completion for the nomad schema / dictionary?
For now unfortunately there's no autocompletion and other features for Nomad :(
Thank you for opening an issue. In this template paragraph text could be removed, however please retain headers.
Prerequisites
Installation details
Exception
Expected Behavior
Nomad job configuration stanza names should be correctly identified / auto-completion suggestions made
Actual Behavior
Lexical analysis states: Unknown block type for Nomad job stanza names
Steps to Reproduce
Please list the steps required to reproduce the issue, for example:
job
will be highlighted and theUnknown block type...
message will be displayed when you hover over it. Alternatively, right click in the file and selectAnalyze/Inspect Code
and then clickOK
and theInspection Results
tab will appear and with theUnknown block type...
results.NOTE:
Unknown block type...
is returned for all Nomad job stanza names.