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
Make Implement with Copilot light up on member name (#77769)
Every time a developer uses the 💡 `Generate Method` feature in VS,
then with a ctrl+dot the cursor gets placed on the name of the newly
generated method which by default contains `throw new
NotImplementedException()`:
https://github.com/user-attachments/assets/5aa69115-6660-43c4-b711-eaa0f4772d8d
To help the discoverability and usability of `Implement with Copilot`,
especially for the developers frequently using the `Generate Method`
feature, I am making the analyzer diagnostic for `Implement with
Copilot` also light up on the method or property name containing the
`NotImplementedException` throw nodes.
0 commit comments