Reorder the parameters when using F1 key to search for documentation
The ability to search the documentation via google by pressing the F1 key is great, however the order of the terms is a bit different than titles in the MSDN docs.
For example, pressing F1 on the someType.Namespace queries the google for:
System Type.Namespace property
which doesn't yield expected results, however:
Type.Namespace property System
does. Should take less time to fix than it took me to write this :)
1
vote
Darko
shared this idea