anthraxx/intellij-awesome-console

Linkify file path with that include curly braces

Opened this issue · 0 comments

Currently, file paths with curly braces inside are not linkified (this convention is recommended for splitting complex OpenAPI files). Some examples:

  • internal_api/paths/endpoint1_{pathParameter1}_{pathParameter2}_create.yaml
  • internal_api/paths/endpoint2_{pathParameter1}_update.yaml

If I run OpenAPI validator, all files without curly braces are linkified, but these are still shown as plain text

Please add handling these file paths too.