First of all, you need to understand that we don't provide a snippet for importing your package like any other VSCode snippets extention.
imr
→ import React from 'react'
👆 We don't do it here.
We encourage you to use the built-in auto import from VSCode.
Use Ctrl
+Space
on your variable and a popup will appear.
If auto import doesn't appear, open command palette (Ctrl
+Shift
+P
) and select restart TS server.
Okay, here we go...