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

Your Snippets

Jesper Hasselquist

|
49 installs
| (0) | Free
Some convenient snippets for your everyday coding use
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Your Snippets

These are some convenient snippets to use in your everyday coding life.

Includes snippets for use in JavaScript, TypeScript, and Svelte.

JavaScript and TypeScript snippets

conc

Creates a console.log with what you type expanded as both a variable and a string with the same text.

console.log("variable", variable);

conc

desc

Creates a describe test stub.

describe("description", () => {
    // your tests here
});

desc

itt

Creates an it test stub.

it("description", () => {
    // your tests here
});

iitt

aitt

Creates an async it test stub.

it("description", async () => {
    // your tests here
});

aiitt

Svelte snippets

tsscript

<script lang="ts">
    // your code here
</script>

tsscript

scssstyle

Creates a SCSS style element.

<style lang="scss">
    // your styles here
</style>

scssstyle

Requirements

No requirements. 🥳

Extension Settings

No settings. Just use the snippets! 🔥

Known Issues

No known issues. 🌈

Release Notes

0.0.1

Initial release of Your Snippets

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