Documentation
IntelliJ plugin topics:
New class, object, template, or script
Access the New->StrataCode class/object option by right clicking on a layer directory, or file or directory inside of a layer directory.
Create a new class, object, .sct, .schtml, or .scr file:
Create a new "modify type" - to modify a class or object
When you right click on a layer definition file, or layer directory, use the 'Create new modify type' action to see this dialog:The list shows all types defined with the current layer's package prefix which are modifiable in this context. Select the type and choose ok. This creates a new file like this:
You can now customize the version of this type used when this layer is included: set properties, override methods, or add new fields or methods.