Can VS Code show Code Lens References on Non-Exported functions?

Viewed 11

Hello I am trying to see if there is a way to make code lens work on on functions that are not exported.

As you can see in the picture anything I mark with export has references, which I know its because its being used. The function LicenseRequest is only used inside that class which is why it isn't exported. But it just bothers me that I can't find anyway to give it codelens unless I mark it as an export.

I was wondering if there is any way that I may be missing?

enter image description here

0 Answers
Related