/vscode-prints

vs-code extension that has print snippets in multiple languages so you don't have to type them! 🖨️

Visual Studio Prints Extension

Tired of writing print statements? Well this extension has print snippets in multiple languages so you don't have to type them!

Languages

  • JavaScript
    • !p - console.log
    • !d - console.debug
    • !e - console.error
    • !w - console.warn
  • TypeScript
    • Same as JavaScript
  • Python
    • !p - print
  • Lua
    • !p - print
  • C
    • !p - printf
  • C++
    • !p - printf
    • !c - cout (with endline at the end)
    • !sc - std::cout (with endline)
  • C#
    • !p - Console.WriteLine
  • Shell
    • !p - echo
  • Powershell
    • !p - echo

Release Notes

1.0.0

Initial release

Resources

https://code.visualstudio.com/api/get-started/your-first-extension

https://www.youtube.com/watch?v=srwsnNhiqv8&ab_channel=TraversyMedia