George
George
I will as soon as I figure out how to get back to VS after their yesterday's Insiders Release which prevents VS from opening any solution (so do not upgrade...
I really like the updated experience with toggle-able modifiers! Makes it very easy to use. However as for the actual symbol search, the current version could not find for example...
```cs public static class Extensions { public static string TextName(this TEnum it, string? fallback = null) where TEnum : unmanaged, Enum => "foo"; } enum MyEnum { A, B, }...
> For your aforementioned requested limit on generics, maybe a new option "Match Type Argument" should be provided. Yes, that would probably be the most logical way to do it!
> It is by design. I see. But it will be very useful to add this feature as another scope. Perhaps implementation-wise it would simply filter the returned list by...
> There's a new beta. Please help test it. I really like the new modifiers! However I still cannot cover the case of finding all call sites of `GetName` on...
I don't see this option in the latest beta. The only 3 options I have are the last 3.
I still do not see the option in the latest beta: I should clarify perhaps that: - Extension Member `TextName` is defined in Base library project - Enum Type `Sex`...
Oh I see. I did not realize there is a difference there (why is that btw?). It is very subtle and easy to miss! Perhaps this can be somehow made...
I hope you can also address the current / derived classes of the current only scope as well (exclude sibling and base classes) when the members are not overridden. I...