You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I'm trying to create a source generator using the recommended IIncrementalGenerator API.
The project builds normally and I'm able to set debug breakpoints.
However, CodeLens shows "- references" on the methods that are source generated or are referenced by them. "Find all references" and Shift+F12 works normally.
I'd like to see the references both in hand-written and source generated code.
Minimal repro: https://github.com/lukedays/CodeLensSourceGenError
Thanks in advance.