
✂️ Visual Studio Code snippet library for JavaScript, TypeScript, React, Remix, and Markdown.
☕️ JavaScript / 🔵 TypeScript
Prefix |
Description |
log |
Logs output to the console. |
imp |
Import statement. |
nimp |
Named import statement. |
timp |
Type import statement. |
af |
Arrow function. |
aaf |
Anonymous arrow function. |
⚡️ Vitest
Prefix |
Description |
vd |
Vitest describe. |
vt |
Vitest test. |
ve |
Vitest expect. |
vba |
Vitest beforeAll. |
vaa |
Vitest afterAll. |
vbe |
Vitest beforeEach. |
vae |
Vitest afterEach. |
⚛️ React
Prefix |
Description |
rc |
React component. |
us |
Use state hook. |
ue |
Use effect hook. |
ule |
Use layout effect hook. |
uc |
Use context hook. |
💿 Remix
Prefix |
Description |
rmxlk |
Remix links function. |
rmxm |
Remix meta function. |
rmxld |
Remix loader function. |
rmxa |
Remix action function. |
rmxcb |
Remix catch boundary. |
rmxeb |
Remix error boundary. |
rmxr |
Remix route. |
💅🏼 Styled Components
Prefix |
Description |
sc |
Styled component. |
🔻 Markdown
Prefix |
Description |
ml |
Reference style link. |
mlr |
Link reference. |
mli |
Inline style link. |
mimg |
Image. |
mb |
Bold text. |
mi |
Italic text. |
mbq |
Blockquote. |
mh |
First level header. |
mhh |
Second level header. |
mhhh |
Third level header. |
mhhhh |
Fourth level header. |
mhhhhh |
Fifth level header. |
mhhhhhh |
Sixth level header. |
mc |
Inline code. |
mcb |
Block of code. |
| |