Description
Version Used:
Version 17.14.0 Preview 3.0 [35930.19.main]
Steps to Reproduce:
Add a partial method that's filled in by a source generator, such as with the regex source generator or the logging source generator. Then right-click on the method and select either Go To Definition or Go To Implementation.
Expected Behavior:
Go To Definition should take me to the partial method declaration / stub I wrote.
Go To Implementation should take me to the partial method implementation generated by the source generator, that actually has an implementation.
Actual Behavior:
The opposite. Go To Definition takes me to the source generated implemention, while Go To Implementation takes me to the partial method I wrote without an implementation.
Metadata
Metadata
Assignees
Type
Projects
Status
Completed