I want to create VSCode snippet to quickly use React\'s useState. E.g. for a state open
open
const [open, setOpen] = useState()
I\'m curr