Create functional components with pattern {name}fc or {name}fcp
Hooks
When typing words with ref or state at the end, it creates snippets to declare these variables quickly. E.g. isLoadingState generates const [isLoading, setIsLoading] = useState();
If the word contains efh at the end, it creates a useEffect snippet for event handler. E.g. clickefh creates an event hander for click event.