You could hack the code of your favourite IDE (e.g. add a macro, modify the source) to google whatever is currently selected (e.g. WriteLn) by you with
an additional qualifier
site:stackoverflow.com
for instance
WriteLn site:stackoverflow.com
So it would open up the top result of Google's SERP, i.e.
Press Ctrl+F1 on any function name, and you are instantly taken to a very good help page, often with a working code snippet example!!!
I can't overstate how insanely great it was, especially in pre-stackoverflow days!