Visual Studio 2010 IntelliSense: hints on F# operators
问题 Is it possible to make Visual Studio to display tooltips on operators? The following image demonstrates a tooltip hint for a function, but it does not work for operators. Operators usually have simple type specs like 'T -> 'T -> 'T , but such hints can be useful for custom ones. 回答1: Following Daniel's suggestion, I'm posting a workaround that I've been using for myself. The workaround is only partially helpful, and I'm still looking for any better ideas. let (!><) a = () let z1 = op