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.

New class/object

Create a new class, object, .sct, .schtml, or .scr file:

New type

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:

Modify type 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:

Modify type created

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.