ricardoemerson / consolelogger

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

logo
ConsoleLogger

An Intellij IDEA plugin. To easily create and remove console.log in your IDE.
With some useful tools in a Tool Window in the top right corner of your IDE:

Work in progress: 😸 Used cat memes for icons

Download

Download plugin from the JetBrains marketplace or via your IDE: File, Settings..., Plugins, Marketplace then select ConsoleLogger.

Build 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

About


Languages

Language:Kotlin 62.0%Language:Java 37.5%Language:JavaScript 0.6%