Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

F12 on using should navigate to object's Dispose( ) method #37842

Closed
vsfeedback opened this issue Aug 8, 2019 · 2 comments · Fixed by #66659
Closed

F12 on using should navigate to object's Dispose( ) method #37842

vsfeedback opened this issue Aug 8, 2019 · 2 comments · Fixed by #66659
Labels
Area-IDE Developer Community The issue was originally reported on https://developercommunity.visualstudio.com Feature Request help wanted The issue is "up for grabs" - add a comment if you are interested in working on it
Milestone

Comments

@vsfeedback
Copy link

This issue has been moved from a ticket on Developer Community.


It would be really helpful if I could F12 or CTRL+CLICK on the `using` keyword to navigate to the disposable resource's `Dispose( )` method. It would definitely be appreciated when the `Dispose( )` method is inherited.

using(var disposableObject = new DisposableObject())
{ 
//...
}

Original Comments

Jane Wu [MSFT] on 12/28/2018, 10:05 PM:

Thank you for taking the time to provide your suggestion. We will do some preliminary checks to make sure we can proceed further. You will hear from us in about a week on our next steps.

@gafter gafter added the Area-IDE label Aug 9, 2019
@jinujoseph jinujoseph added Feature Request Need Design Review The end user experience design needs to be reviewed and approved. labels Aug 13, 2019
@jinujoseph jinujoseph added this to the Backlog milestone Aug 13, 2019
@jinujoseph jinujoseph added the Developer Community The issue was originally reported on https://developercommunity.visualstudio.com label Aug 13, 2019
@ryzngard
Copy link
Contributor

ryzngard commented Oct 7, 2019

Design Review: Improvements to FAR would be accepted to allow this behavior. @sharwell can you link a good example of similar PR?

@ryzngard ryzngard added help wanted The issue is "up for grabs" - add a comment if you are interested in working on it and removed Need Design Review The end user experience design needs to be reviewed and approved. labels Oct 7, 2019
@sharwell
Copy link
Member

sharwell commented Oct 7, 2019

A great example of a similar situation is #23394 / #23049

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-IDE Developer Community The issue was originally reported on https://developercommunity.visualstudio.com Feature Request help wanted The issue is "up for grabs" - add a comment if you are interested in working on it
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

5 participants