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

Does not recognize class names #89

Open jlous opened 2 years ago

jlous commented 2 years ago

Class names in my maven log are not linked, whether they are fully qualified, minimised-path or bare. File names work fine. I am pretty sure I have seen at least fully qualified class names linked before, albeit unreliably, considering #73. But that was on Linux. I now have to use Windows, and see no trace, even when using old versions of the plugin. Observed with both Java and Kotlin.

Links to failing tests in my maven builds would be a super-useful use case for this plugin.

Awesome Console 0.1337.12 IDEA 2022.3.3 Windows 10

anthraxx commented 2 years ago

Please provide an example log including a list of what you would expect to be clickable. Even for semi obvious cases, this makes my work of creating test cases and considering actual results lot easier compared to trying to reverse engineer what kind of log you were looking at.

jlous commented 2 years ago

Below is a minimal reproduction.
I would have expcected com.company.Main to link to the source file:

awesome

jlous commented 2 years ago

An added bonus would be if c.c.Main also worked, since this style of package compaction is common in logs