You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This extension contains code snippets for React with Typescript.
Installation
In order to install an extension you need to launch the Command Pallete (Ctrl + Shift + P or Cmd + Shift + P) and type Extensions.
There you have either the option to show the already installed snippets or install new ones.
Launch VS Code Quick Open (Ctrl + P or Cmd + P), paste the following command, and press enter.
ext install vscode-react-typescript
Alternatively you can open the extensions panel and search for 'Typescript React code snippets'.
Supported languages (file extensions)
TypeScript (.ts)
TypeScript React (.tsx)
Snippets
Below is a list of all available snippets and the triggers of each one. The ⇥ means the TAB key.
Trigger
Content
tsrcc→
class component skeleton
tsrcfull→
class component skeleton with Props, State, and constructor
tsrcjc→
class component skeleton without import and default export lines
tsrpcc→
class purecomponent skeleton
tsrpcjc→
class purecomponent without import and default export lines
tsrpfc
pure function component skeleton
tsdrpfc
stateless functional component with default export