Skip to content
| Marketplace
Sign in
Visual Studio Code>Snippets>myVSCodeSnippetsNew to Visual Studio Code? Get it now.
myVSCodeSnippets

myVSCodeSnippets

Paulo Santos

|
49 installs
| (0) | Free
Just my personal most used snippets
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

My VSCode Snippets

This is my extension for Visual Studio Code Snippets.

Supported languages for now (file extensions)

  • JavaScript (.js)
  • JavaScript React (.jsx)

Snippets info

Every space inside { } and ( ) means that this is pushed into next line :) $ represent each step after tab.

Basic Methods

Prefix Method
imp→ import moduleName from 'module'
exp→ export default moduleName

React

Prefix Method
imr→ import React from 'react'
imrd→ import ReactDOM from 'react-dom'
rafc→ creates a React Arrow functional Component'
rcc→ creates a React Class Component'
rcs→ creates a React Class Component with state initialization'
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft