Skip to content
| Marketplace
Sign in
Visual Studio Code>Snippets>Epitech-c-snippetsNew to Visual Studio Code? Get it now.
Epitech-c-snippets

Epitech-c-snippets

tamsibesson

|
7,248 installs
| (1) | Free
Code snippets for C
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Epitech C Snippets

C'est une extension de snippets pour visual studio code en C.

Installation

  1. Installer Visual Studio Code 0.10.1 or higher
  2. Lancer VS Code
  3. Ctrl+Shift+P (Windows, Linux) ou Cmd+Shift+P (OSX)
  4. ext install ou selectionner Install Extension
  5. Choisir l'extension - Epitech C Snippets
  6. Recharger VS Code

Usage

   fori         for(i = 0;i < length;i++){}
   for          for(index = 0;index < length;index++)
   dowhile      do{}while{}
   while        while(){}
   if           if(){}
   ifelse       if(){}else{}
   printf       printf("msg");
   inti         int i = 0;
   char*        char* str = "msg"
   inc          #include <>
   main         void main(int ac,char **av){}
   switch       switch(){case:breadk;default:break}
   void         void functionname(args){}
   function     funtionname(arg){}
   enum         enum name{}
   ifndef       #ifndef #endif
   struct       struct name{}
   union        union name{}
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft