Skip to content
| Marketplace
Sign in
Visual Studio Code>Snippets>handy-snippetsNew to Visual Studio Code? Get it now.

handy-snippets

handy-kang

|
15 installs
| (0) | Free
handy's custom snippets
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

handy-snippets| 내가 만든 나만의 스니펫 모음집

내가 편하려고 만든 코드 스니펫 모음
VSC 마켓.
handy-snippets

Features

  1. zustand + typescript에 대한 기본 생성 스니펫 제공

Snippets

Snippet Renders
edc export default component
edf export default function
zs zustand store
zsi zustand store with immer
zsip zustand store with immer, persist

원칙

  1. 소문자만을 사용한다.
  2. 단어의 첫문자들을 조합한다. export default component => edc
  3. 설명은 조합되는 문자열을 작성한다.

예시

{
  "export default component": {
    "prefix": "edc",
    "body": [
      "const ${1:${TM_FILENAME_BASE}} = () => {",
      "  return <>$2</>;",
      "};",
      "",
      "export default ${1:${TM_FILENAME_BASE}};"
    ],
    "description": "export default component"
  }
}

팁

스니펫 템플릿 생성 snippet generator

  • Contact us
  • Jobs
  • Privacy
  • Terms of use
  • Trademarks
© 2023 Microsoft