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

UB Snippets

Adrián UB

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

UB Snippets VS Code

Visual Studio Marketplace Version

This extension contains code snippets for Vs Code

Snippets

javascript

Trigger Content
ima→ imports only a portion of the module as alias import { rename as localRename } from 'fs'
imd→ imports only a portion of the module using destructing import {rename} from 'fs'
ime→ imports everything as alias from the module import * as localAlias from 'fs'
imn→ imports entire module without module name import 'uno.css'
imp→ imports entire module import fs from 'fs'

angular/typescript

Trigger Content
a-component→ Angular Component

Sponsors

License

MIT License © 2025-PRESENT Adrián UB

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