Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Dot useStateNew to Visual Studio Code? Get it now.
Dot useState

Dot useState

orangearrow

|
491 installs
| (2) | Free
Make it easy to useState info
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Dot useState

项目地址

A vscode extension that uses .useState to const [abc, setAbc] = useState()

Usage

xxx.useState => const [xxx, setXxx] = useState()
xxx.useStateArray => const [xxx, setXxx] = useState([])
xxx.useStateObj => const [xxx, setXxx] = useState({})
xxx.useStateString => const [xxx, setXxx] = useState('')

img

MIT ©

基于dotLot改变

原地址 dot-log

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft