csaroff / intellij-awesome-console

Make links in console cmd + clickable just like vscode

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.)

About

Make links in console cmd + clickable just like vscode

License:MIT License


Languages

Language:Java 99.1%Language:Makefile 0.9%