Skip to content

Console Logger - Intellij plugin v0.0.7

Choose a tag to compare

@OmarIskandarani-KSO OmarIskandarani-KSO released this 23 Feb 12:13
· 146 commits to master since this release
b626816

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.