You can use the light bulb feature to implement interfaces in managed OO COBOL programs. To use them:
class-id MyClass implements type Interface
At this stage the class does not implement the interface and you get an error at its name. Hover the error until the light bulb appears ().
This adds the missing interface members to the implementing class or value type.