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

Jakes Snippets

jakesfcoetz

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

VSCode Snippets Extension

Last Commit Package.json version VS Marketplace Release Date VS Marketplace Last Updated Code Style

Accessible through intellisense

  • jdoc - Creates JSDoc snippets in Typescript files
  • jlayout - Creates HTML snippets in HTML files

jdoc

Prefix Used for
jdoc file Typescript file headings
jdoc class Typescript classes
jdoc constructor Typescript constructor
jdoc ngOnInit Angular OnInit lifecycle (also creates)
jdoc ngOnDestroy Angular OnDestroy lifecycle (also creates)
jdoc interface Typescript interfaces (also creates)
jdoc method Typescript methods (also creates)

jlayout

Prefix Used for
jlayout card Ionic card with classes defined in FCS css
jlayout grid Ionic grid with all available ion classes
jlayout grid row Ionic grid row with all available ion classes
jlayout grid col Ionic grid col with all available ion classes

To create extension package from code

Install

npm install -g vsce

Run

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