A bunch of my personal snippets for all sorts of languages!
- HTML
!main
- boilerplate
- CSS
!t
- transitions
- JavaScript
!p
-console.log
!d
-console.debug
!e
-console.error
!w
-console.warn
- TypeScript
- Same as JavaScript
- Python
!p
-print
!main
- boilerplate
- Lua
!p
-print
- C
!p
-printf
!main
- boilerplate
- C++
!p
-printf
!c
-cout
(with endline at the end)!sc
-std::cout
(with endline)!main
- boilerplate
- C#
!p
-Console.WriteLine
- Shell/ShellScript
!p
-echo
- PowerShell
!p
-echo
Initial release
For Windows users:
- Go to your user directory, ie.
C:\Users\$userName$
- Go to
.vscode\extensions
- Paste the entirety of this folder inside
- Restart VS Code
- Done! 🥳