Skip to content

Instantly share code, notes, and snippets.

@ogur
Created August 24, 2021 11:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ogur/8d4fe8f3d2259eb69d66fe331f8ff86e to your computer and use it in GitHub Desktop.
Save ogur/8d4fe8f3d2259eb69d66fe331f8ff86e to your computer and use it in GitHub Desktop.
creates console.log(`clipBoardTextAsLabel`, clipBoardText)
<template name="clc" value="console.log(`$CLIP$`, $CLIP$);" description="console.log clipboard" toReformat="false" toShortenFQNames="true">
<variable name="CLIP" expression="clipboard()" defaultValue="" alwaysStopAt="true" />
<context>
<option name="JAVA_SCRIPT" value="true" />
<option name="TypeScript" value="true" />
</context>
</template>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment