Example
// *****************************************************************************
// TYPES
type CardProps = { ... };
// *****************************************************************************
// COMPONENT
export function Card(props: CardProps) { ... }Snippet
"Comment Section": {
"prefix": "////",
"body": [
"// *****************************************************************************",
"// ${1:SECTION}"
],
"description": "Comment Section"
}- pages/
- Users/
- ui/
- UserCard.tsx
- Users.tsx