dotnet / roslyn

The Roslyn .NET compiler provides C# and Visual Basic languages with rich code analysis APIs.
https://docs.microsoft.com/dotnet/csharp/roslyn-sdk/
MIT License
19.11k stars 4.04k forks source link

Getting VB.net Controls Usage Examples #37169

Open vsfeedback opened 5 years ago

vsfeedback commented 5 years ago

It's often frustrating when trying to get properties and methods of controls, or usage examples for using a control, from the online documentation - it's like looking for a needle in a haystack. Why can't Microsoft provide complete info on a particular control that is within the Visual Studio toolbox by first a) right-clicking on the control in the control toolbox, then b) show a menu list with Properties, Methods, Constants, Usage examples, etc? This would make the process of learning and using about the particular control so much more efficient. And I would add that the the actual properties and examples pages should show not just for the C# language but for VB.Net as well, after all I prefer VB. Please seriously consider this feature addition. Thank you.

This issue has been moved from https://developercommunity.visualstudio.com/content/idea/632584/getting-vbnet-controls-usage-examples.html VSTS ticketId: 942201 These are the original issue comments:

Jane Wu [MSFT] on 7/4/2019, 02:54 AM (7 days ago):

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.

sharwell commented 5 years ago

F1 appears to work properly inside the Toolbox pane in Visual Studio. For example, if I select ComboBox in the Toolbox and press F1, I'm taken to ComboBox Class.