r5n-labs/vscode-react-javascript-snippets

How do I modify the default templates for rfc and rcc

Gemini-0529 opened this issue · 0 comments

How do I modify the default templates for rfc and rcc?

import React from 'react'

export default function test() {
  return (
    <div>test</div>
  )
}

I want the function name to start with a capital letter.