Skip to content

Instantly share code, notes, and snippets.

@mudivili
Last active August 29, 2017 10:27
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 mudivili/f2fc98b40680cfba5a5ed24c61262d4d to your computer and use it in GitHub Desktop.
Save mudivili/f2fc98b40680cfba5a5ed24c61262d4d to your computer and use it in GitHub Desktop.
<snippet>
<content><![CDATA[
export const ${1:SERVER_CALL_NAME} = '${1:SERVER_CALL_NAME}';
export const ${1:SERVER_CALL_NAME}_RESPONSE = '${1:SERVER_CALL_NAME}_RESPONSE';
export const ${1:SERVER_CALL_NAME}_ERROR = '${1:SERVER_CALL_NAME}_ERROR';
]]></content>
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
<tabTrigger>async-constant</tabTrigger>
<!-- Optional: Set a scope to limit where the snippet will trigger -->
<scope>source.js</scope>
</snippet>
@mudivili
Copy link
Author

mudivili commented Aug 29, 2017

i s w l t e.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment