Created
January 13, 2016 18:57
-
-
Save codeword/43074c636f3f7a5b8e98 to your computer and use it in GitHub Desktop.
clogv live Javascript Live Template for IntelliJ IDE's
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<templateSet group="JavaScript"> | |
<template name="clogv" value="console.log("-----> $VAR_STRING$: ", $VAR$);$END$" description="debug log a variable" toReformat="true" toShortenFQNames="true"> | |
<variable name="VAR" expression="jsSuggestVariableName()" defaultValue="" alwaysStopAt="true" /> | |
<variable name="VAR_STRING" expression="escapeString(VAR)" defaultValue="" alwaysStopAt="false" /> | |
<context> | |
<option name="JS_STATEMENT" value="true" /> | |
</context> | |
</template> | |
</templateSet> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment