Skip to content
| Marketplace
Sign in
Visual Studio Code>Snippets>gen-codeNew to Visual Studio Code? Get it now.
gen-code

gen-code

hyunwoo-jo

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

Gen code

with vscode

when you input @dom command, can show below code


const dom = {
  id: "@dom"
}
dom.tpl = () =>{
  return `
<div>
</div>
`;
}
export default dom

publish

vsce package

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