Skip to content

Instantly share code, notes, and snippets.

View gsporto's full-sized avatar
🌎
Working from home

Gabriel Porto gsporto

🌎
Working from home
  • São Bento Do Sul, Santa Catarina, Brazil
  • X @gs_porto
View GitHub Profile
@gsporto
gsporto / cacheobjectscript.json
Last active October 21, 2019 13:23 — forked from henryhamon/cacheobjectscript.json
vscode cos snippets
{
"CreateClass": {
"prefix": "cc",
"body": [
"Class ${TM_DIRECTORY/.*src[\\/\\\\](([^\\/\\\\]*)([\\/\\\\])?)|([\\/\\\\])([^\\/\\\\]*)/$2${3:+.}${5:+.}$5/g}.${TM_FILENAME_BASE} Extends ${1|%Persistent,Ens.BusinessOperation,Ens.Request,%SOAP.WebClient|} ",
"{",
"\t${2:/*Remember to do TDD Leopoldo*/}",
"}"
],
"description": "Create an auto-named class"