Is there documentation somewhere on what console o...
# intellij
z
Is there documentation somewhere on what console output formats intellij can natively understand? For example, if I want to log errors in a build tool and have intellij automatically linkify them. I know about basic ones like fully-qualified class names and file URIs with
:line:col
syntax, but curious if there are others. Especially ones that might be more compact or have the ability to linkify symbols like functions without needing file URIs
c
There is
file:///<abstract path>
which allows to make any file openable, even if it's not in the project
z
Right that’s what I was referring to with the file uri syntax. I was hoping there might be something more compact