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

Bug: links to files with the same name open the wrong file #91

Open eloff opened 1 year ago

eloff commented 1 year ago

This happens a lot with rust, if two files have the same name, the link will often open the wrong file.

The link to src/consent/models.rs is opening src/accounts/models.rs instead. If I close the file with the same name, then it opens the correct file, so there's a clue maybe.

Also some other paths in the console don't have links (a second, unrelated bug.) See the second error at the bottom of the screenshot. I thought it might be the colors, but if i use export CARGO_TERM_COLOR=never to disable colors it still can't turn all the file paths into links. No idea why it works for some and not others.

awesome-console

raphaelpreston commented 1 year ago

Experiencing this problem as well. This is especially frustrating since I use Webpack so there are many file names in my bundled dist folder that match the actual source file names. Would love to get a fix for this as it's extremely annoying.