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

Support for truffle #88

Open schuellerf opened 2 years ago

schuellerf commented 2 years ago

see https://trufflesuite.com/docs/truffle/

this creates output like

> Compiling ./contracts/HelloWorldToken.sol
DeclarationError: Identifier not found or not unique.
  --> project:/contracts/HelloWorldToken.sol:42:92:
   |
42 | contract HelloWorldToken is ERC721Enumerable, ContextMixin {
   |                                               ^^^^^^^^^^^^
schuellerf commented 2 years ago

@anthraxx do you have any input for my pull request so I can update it to make it ready for a release?