Skip to content

Instantly share code, notes, and snippets.

@codeword
Created January 13, 2016 18:57
Show Gist options
  • Save codeword/43074c636f3f7a5b8e98 to your computer and use it in GitHub Desktop.
Save codeword/43074c636f3f7a5b8e98 to your computer and use it in GitHub Desktop.
clogv live Javascript Live Template for IntelliJ IDE's
<templateSet group="JavaScript">
<template name="clogv" value="console.log(&quot;-----&gt; $VAR_STRING$: &quot;, $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