README.md

May 18, 2025 · View on GitHub

UB Snippets VS Code

Visual Studio Marketplace Version

This extension contains code snippets for Vs Code

Snippets

javascript

TriggerContent
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

TriggerContent
a-component→Angular Component

Sponsors

License

MIT License © 2025-PRESENT Adrián UB