Skip to content
| Marketplace
Sign in
Visual Studio Code>Snippets>Antzy SnippetsNew to Visual Studio Code? Get it now.
Antzy Snippets

Antzy Snippets

AntzyMo

|
36 installs
| (1) | Free
Code snippet of AntzyMo
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Ant Snippets

Code snippet of AntzyMo

javascript Snippets

Prefix Snippet Content
fun const fun = () => {...}
forin for (const key in object) {}
arrowfun () => {}

vue Snippets

Prefix Snippet Content
v3 <script setup>...<template>...<style lang='scss'>
v3t <script setup lang='ts'>...<template>...<style lang='scss'>
ref const fun = ref()
reactive const fun = reactive()
watch watch(value, () => {})
computed const fun =computed(()=>{})
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft