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

SimpleSnipet

YomogiBeta

|
31 installs
| (0) | Free
Provides simpler, more useful code snippets.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

SimpleSnipet

This is a simple Visual Stdio Code snippet plugin.

Just create a file containing snippets of code, and you can create your own snippets, or snippets that are unique to your project.

How to use

0. Install plugin.

1. Create .vscsnipets/ directory

To the workspace route . /vscsnipets directory in the root of the workspace.

スクリーンショット 2022-04-07 15 09 53

2. Create Snipet file

Create a file in the .vscsnipets/ directory with the prefix as the file name {prefix}.extension

ex: first.ts start.c

3. Write the snipet code.

Write the code you want to deploy in the file you created.

Ex: start.c

#include <stdio.h>

void initBoot();
int main(){

  return 0;
}

void initPart(){
  // your part boot code
  printf("start xxxx part");
}

4. Write a prefix

Where you want to expand the code. Write a prefix

Control

Compleet!!

This plugin offers the following advantages

1, No need to set snippet code language and prefix. (The file name becomes the prefix)

2, Easy to share snippets with project members. On a per-project basis.

3, Snippets can be created in Visual Stdio Code workspace.

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