C SNIPPETS FOR VSCODE
C snippets to improve development speed.
List of snippets:
Prefix/Command |
Description |
sst |
Standart Starter Template (SST) |
sstl |
Standart Starter Template (SST) with some useful libs |
or |
Logical operator OR |
and |
Logical operator AND |
not |
Logical operator NOT |
intfn |
INT Function |
flofn |
FLOAT Function |
voidfn |
VOID Function |
ifs |
IF statement |
elif |
ELSE IF statement |
elses |
ELSE statement |
switch |
SWITCH statement |
forl |
FOR loop |
whilel / wh |
WHILE loop |
dowhile / dwh |
DO-WHILE loop |
intarr |
INT array |
floarr |
FLOAT array |
| |