Skip to content

Console Logger - IDEA plugin v0.0.8 -- IntelliJ 212+

Choose a tag to compare

@OmarIskandarani-KSO OmarIskandarani-KSO released this 09 Mar 14:57
· 144 commits to master since this release
ee99f77

Console Logger IntelliJ Plugin

An Intellij plugin to quickly insert
console .log() .debug() .warn() .error() .group() .table()
based on what is selected

Features:
shortcut for LOG insertion (CTRL + ALT + 1)
shortcut for DEBUG insertion (CTRL + ALT + 2)
shortcut for WARN insertion (CTRL + ALT + 3)
shortcut for ERROR insertion (CTRL + ALT + 4)
shortcut for GROUP insertion (CTRL + ALT + 5)
shortcut for TABLE insertion (CTRL + ALT + 6)

(CTRL + ALT + 0) removes all unedited console loggers from file or project

All 6 ConsoleLoggers can be modified in Settings | Code | ConsoleLogger.