- On your VS code, click on the
files
tab at the top of your screen. - Then head over to
preferences > Configure User Snippets
- Once a snippets option box appears at the top, click on
New Global Snippets File..
- Then enter the name of the file as
context.code-snippets
the press Enter to create file. - Once the file is created, open up the
context.code-snippets
file on this repo, copy it's context an place in thecontext.code-snippets
file in your vs code and hit save.
In your Javascript
or Typescript
file, just type in rcxt
, once a drop down appears, click enter, then name your context.