https://github.com/bg-omar/consolelogger

IntelliJ Plugin to quickly create & delete multiple console.logs

https://github.com/bg-omar/consolelogger

Science Score: 13.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (12.0%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

IntelliJ Plugin to quickly create & delete multiple console.logs

Basic Info
  • Host: GitHub
  • Owner: bg-omar
  • Language: Java
  • Default Branch: master
  • Homepage:
  • Size: 60.1 MB
Statistics
  • Stars: 3
  • Watchers: 1
  • Forks: 1
  • Open Issues: 3
  • Releases: 11
Created over 3 years ago · Last pushed 10 months ago
Metadata Files
Readme Changelog

README.md

ConsoleLogger

Build Version Downloads

logo
ConsoleLogger

An Intellij IDEA plugin. Find useful tools in a Tool Window in the top right corner of your IDE:

Work in progress: 😎.

Installation

  • Using the IDE built-in plugin system:

Settings/Preferences > Plugins > Marketplace > Search for "ConsoleLogger" > Install

  • Using JetBrains Marketplace:

Go to JetBrains Marketplace and install it by clicking the Install to ... button in case your IDE is running.

You can also download the latest release from JetBrains Marketplace and install it manually using Settings/Preferences > Plugins > ⚙️ > Install plugin from disk...

  • Manually:

Download the latest release and install it manually using Settings/Preferences > Plugins > ⚙️ > Install plugin from disk...


Console Logger JetBrains Plugin

CTRL + ALT + (1-9) for editable console.logs

( 1 ) = console.log('$$: ', $$); (IntelliJ)
( 2 ) = Serial.print('$$: '); Serial.println($$); (Arduino)
( 3 ) = print('$$: ', $$); (Python)
( 4 ) = System.out.println("$$: " + $$); (Java)
( 5 ) = cout << "$$: " << $$ << endl; (C++)
( 6 ) = out.println("$$: " + $$); (Kotlin)

$$ = 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

Owner

  • Name: Omar
  • Login: bg-omar
  • Kind: user

GitHub Events

Total
  • Issues event: 2
  • Watch event: 2
  • Push event: 15
  • Create event: 1
Last Year
  • Issues event: 2
  • Watch event: 2
  • Push event: 15
  • Create event: 1