Closed vsfeedback closed 4 days ago
🔗 This issue is a subset of experience requested in #36812.
I have a similiar problem. The middle dropdown is displaying all the controls of the form but will always select the events of the form and ignors any selection of another control. Selecting events for a contol can be done from the desingner panel thru properties.
Hi @shemmy01,
That is a separate issue which we are tracking here: https://developercommunity.visualstudio.com/t/Version-16100-release-editor-problem/1432877
Thanks!
Closing as this is not an area we are investing in.
This issue has been moved from a ticket on Developer Community.
I have a VB.net project with windows forms.
If I am in code view for the form and try to navigate to a button's (say btnOK) Click handler using the text editor's dropdown lists, I have to:
If I want to navigate back to a regular method on the form, I have to:
I spend 99% of my time maintaining existing code and browsing rather than creating new code. The design of a C# project's dropdown organisation is vastly superior for this purpose:
Is there an option to have C# style navigation instead of the VB.NET way? If not, please provide one it would be a very nice productivity improvement.
Thanks!
Original Comments
Jane Wu [MSFT] on 4/30/2019, 02:24 AM:
Thank you for taking the time to provide your suggestion. We will do some preliminary checks to make sure we can proceed further. We'll provide an update once the issue has been triaged by the product team.
Cameron Miller on 5/2/2019, 10:13 PM:
Hi I also found that I can't navigate to directly to a control's declaration using the dropdown navigation (e.g. Friend WithEvents cmdEscape As ButtonRounded). This may be a bug?