Skip to content

Instantly share code, notes, and snippets.

@ozio
ozio / template.xml
Last active February 2, 2024 07:19
IntelliJ Idea useState live template
<template name="rus" value="const [$CONSTANT$, set$CAPITALIZED_CONSTANT$] = useState(default$CAPITALIZED_CONSTANT$$END$);" description="Create useState" toReformat="false" toShortenFQNames="true">
<variable name="CONSTANT" expression="" defaultValue="" alwaysStopAt="true" />
<variable name="CAPITALIZED_CONSTANT" expression="capitalize(CONSTANT)" defaultValue="" alwaysStopAt="false" />
<context>
<option name="JAVA_SCRIPT" value="true" />
<option name="TypeScript" value="true" />
</context>
</template>