Kotlin live templates

The live templates for classes, functions and vals in the Kotlin plugin seem to be independent of the normal live template system. Is it possible to edit them and add new ones? I can't find any reference to them in the settings dialog.

Chris

These kind of templates are technically not live templates, and they are going to be dropped soon, as long as they produce more problems than benefits.

There will be intentions, “surround with” actions which would make it easier to create or change syntactic structures.