• Stars
    star
    154
  • Rank 242,095 (Top 5 %)
  • Language
    Java
  • License
    MIT License
  • Created almost 10 years ago
  • Updated over 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

IntelliJ IDEA plugin: awesome console finally makes links in your console at least 200% more awesome!

Awesome Console

This is a plugin for JetBrains IDEs that finally makes links in your console and terminal at least 200% more awesome!

With this plugin all files and links in the console and terminal will be highlighted and can be clicked. Source code files will be opened in the IDE, other links with the default viewer/browser for this type. Now you just need to configure your favorite Logger to include the file name (and optionally a line number) and you can instantly jump to that file that throws this stupid error.

Links are integrated for the following types:

  • source
  • file
  • url

(This plugin requires your IDE to run on Java 8 or higher.)