ConsoleLogger v0.0.29
Console Logger JetBrains Plugin
CTRL + ALT + (1-9) for console.logs
Defaults: May need personal adjustments in toolwindow.
( 1 ) = console.log('$$: ', $$);
( 2 ) = console.log('%c ---> $$: ','color:#0F0;', $$);
$$ = pre-selected variable / class / anything printable
%c = Console text color
{LN} = Line number
{FN} = File Name
( ~ ) = Refresh all Line Numbers in file
( 0 ) = remove all loggers (unedited)
Toolwindow of ConsoleLogger
Example of ConsoleLogger
Ctrl + Alt + 1 on the someReturn(theVariable);
Which will show in console
Remove all loggers
(CTRL + ALT + 0)
This is an educational project, still usefull for many developers.
This project is heavily based on LogIt by Laurent Soulet & I Love DevToys by vshymanskyy




