Is there a way to change the context sensitive help in Visual Studio so that it will only search against the text under the caret instead of a complilation error in your code?
More info: After you compile and receive a compilation error(underlined), placing the caret within the underlined text and pressing F1 will take you to the Compliation error page instead of the help for the function under the caret. Can this behavior be changed to always go to the method/keyword help?
Language: C#