ConsoleLogger v0.0.23
·
83 commits
to master
since this release
Console Logger JetBrains Plugin
CTRL + ALT + (1-9) for console.logs 
Defaults: May need personal adjustments in settings.
( 1 ) = console.log('$$: ', $$);
( 2 ) = console.log('%c ---> $$: ','color:#0F0;', $$);
$$ = pre-selected variable / class / anything printable
%c = Console text color
( 0 ) = remove all loggers (unedited)
Example of ConsoleLogger
Consider this code
Ctrl + Alt + 1
on this.some_return_function(variable)
Which will show in console
The toolwindow to adjust the loggers
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





