Code Sniper
VS Code snippets
This extension contains code snippets for various programming language, more specifically for python, c, cpp. Let's hope for more in future!
**Note:: **
This provide quick template for you if you do interviewbit.

Installation
To install this extension
Supported languages (file extensions)
Snippets
Python
| Snippet |
Purpose |
| ict |
interview-bit class based template |
| ift |
interview-bit function based template |
| main |
main function |
| fun |
general/ordinary function |
| met |
class based method |
| cwc |
class with constructor |
| cwoc |
class without constructor |
| prm |
print any message |
| prv |
print value of any variable |
| prmv |
print both message and value |
C++
| Snippet |
Purpose |
| main |
main function with some include |
| fun |
c++ function |
| cwc |
class with constructor |
| cwcd |
class with constructor & destructor |
| cwoc |
class without constructor |
| prm |
print any message |
| prv |
print value of any variable |
| prmv |
print both message and value |
C
| Snippet |
Purpose |
| main |
main function with some include |
| fun |
c function |
| prm |
print any message |
| prv |
print value of any variable |
| prmv |
print both message and value |
| |