Skip to content
| Marketplace
Sign in
Visual Studio Code>Snippets>CSGNew to Visual Studio Code? Get it now.
CSG

CSG

BuddyBob

|
43 installs
| (1) | Free
class template generator
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

CSG README

I can almost guarantee that you have created a class in your life. And if that happens to be true, I know that you have dropped a sweat setting up the base of that class.

class Name:
    def __init__(self,arg1,arg2,arg3,arg4,arg5,arg6,arg7,arg8,arg9...):
        self.arg1 = arg1
        ...hundred years later...

Did you know that it was possible to go a day without sweating? Me neither... until I created the ultimate "CLASS SNIPPETS GENERATOR!" or more commonly known as "CSG"!

How To Use

(csg) is base text for your prefix

(a) stands for arguments

(f) stands for function

(o) stands for objects

(COUNT) add the number of | arguments, functions or objects | next to there designated letter as show below ↓

EXAMPLE

Needed Format
2 arg csg_a2
2 arg 3 func csg_a2_f3
3 func csg_f3
2 arg - 4 objects csg_a2_o4
3 func - 4 objects csg_f3_o4
2 arg - 3 func - 4 objects csg_a2_f3_o4

Known Errors

Please avoid using 0's to indicate no functions or attributes.

Instead, consider leaving out (a,f,o) entirely.

Enjoy!

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft