https://github.com/bg-omar/consolelogger
IntelliJ Plugin to quickly create & delete multiple console.logs
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
Repository
IntelliJ Plugin to quickly create & delete multiple console.logs
Basic Info
Statistics
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 3
- Releases: 11
Metadata Files
README.md
ConsoleLogger
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
- Repositories: 1
- Profile: https://github.com/bg-omar
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




