Skip to content

Light bulb icon does not show for source members #116

@SanjulaGanepola

Description

@SanjulaGanepola

Discussed in #115

Originally posted by thomprl June 30, 2025
I sent a message to Sanjula directly but thought others might benefit if they are having the same issue.

I created a very simple procedure to give this a try but the Light Bulb icon never shows up to create a test stub. I have a QTESTSRC source file created in my library. My library is in the library list as well. This is the simple program. It's compiled as a *MODULE. I also tried one that was a service program as well.

**free
ctl-opt nomain;
Dcl-Proc addNumbers export;
  Dcl-Pi *n packed(10:2);
    num1 packed(10:2);
    num2 packed(10:2);
  End-Pi;

  return (num1 + num2);
End-Proc;
```</div>

Metadata

Metadata

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions