Code
Commands in the Code category.
CallSelf (CSharp)
When inside a method, generates a self call. If an argument is specify, will be used as prefix. Use it to implement cascade overloading methods.
Usage: (Inside Method) [prefix] cs
Class (CSharp)
Constructs a Class with multiple properties.
Usage: <type1> <name1> ... <className> class
ClassAutomatic (CSharp)
Constructs a Class with multiple properties using automatic properties.
Usage: <type1> <name1> ... <className> classa
ExposeProperties (CSharp)
Expose the properties of an embedded object. When executed over a field declaration, expose object properties to be accesible outside the class.
Usage: (Select field name) exp
Surround (CSharp)
Surrounds selected text with a method invocation.
Usage: (Select Text) <name> sur
ToString (CSharp)
Overrides ToString member to return all public properties values.
Usage: (Inside Class) tostr