{ "Console Log Object": { "prefix": "clo", "body": [ "console.log('$1:', JSON.stringify($1, null, 2));" ], "description": "Log object with proper formatting" }, "React Function Component": { "prefix": "rfc", "body": [ "import React from 'react'", "", "interface ${1:${TM_FILENAME_BASE}}Props {", " $2", "}", "", "export const ${1:${TM_FILENAME_BASE}} = ({ $3 }: ${1:${TM_FILENAME_BASE}}Props) => {", " return (", "