Ivan Novikov
Ivan Novikov
Consider the following code: ```csharp public class Temp { public void foo() { // uses int overload, ok int a = f(1, 2); // uses int overload, again ok int...
A feature request: understanding `` tag. Documentation generators like Sandcastle support this (more info in [this VS UserVoice thread](https://visualstudio.uservoice.com/forums/121579-visual-studio-ide/suggestions/3745102-add-intellisense-support-for-the-inheritdoc-tag) and [this SO answer](https://stackoverflow.com/a/7571614/693538)), and recently ReSharper/Rider also added such feature...