Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>sp-keshavarzNew to Visual Studio Code? Get it now.
sp-keshavarz

sp-keshavarz

Noctyra

|
13 installs
| (1) | Free
Vscode extension for work
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

🧩 React Dev Snippets and boilerplate file generation

A collection of productivity-boosting VS Code snippets:

  • react-hook-form
  • react-query
  • yup
  • Custom UI builders (like FormBuilder)

✨ Snippets Included

Prefix Description
frm React Hook Form setup with yup
qr React Query with custom options
fb FormBuilder field boilerplate
memo useMemo declaration
watch useWatch hook from react-hook-form

🚀 Usage

In any .tsx or .ts file, type the prefix and hit Tab.

Example:
Typing frm expands to:

const { control, handleSubmit } = useForm<Type>({
  defaultValues: {
    // ...
  },
  resolver: yupResolver(schema),
});
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft