anthraxx / intellij-awesome-console

IntelliJ IDEA plugin: awesome console finally makes links in your console at least 200% more awesome!
MIT License
159 stars 40 forks source link

Linkify file path with that include curly braces #103

Open betinvest opened 1 month ago

betinvest commented 1 month ago

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

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.