George
George
Thank you for a new beta. Unfortunately it did not fix it. Still had to change the color in VS Options: After VS Restart:  After Changing Color in VS...
Seems to work now! Thank you for the quick fix!
Found another bug. Codist erroneously claims a type implements interface member, but does not take into account ref returns:  
Thank you for looking into this. New beta did not fix it unfortunately. And the other way around is also erroneous:   
It would also be nice to have similar filters (or at the very least in as far as user-code (solution-item) vs framework code / reference distinctions) in the _find symbol...
Thank you for looking into it so quickly. I will update soon (I just was not comfortable using nightly builds so was delaying the update) and let you know if...
Another suggestion would be find all _concrete_ types for a generic type parameter in eitehr a generic type or a method: ``` void Foo() { } ``` Find all concrete...
Oh and a 3rd feature related to this would be the ability to: find non-inherited interface implementations, i.e. only those that are directly implemented. This is not an issue for...
Oh, and lastly - is there any progress on finding usages of _implicit conversion operators_? It would really help if all such instances can be found.
I see. Hopefully they will implement it once they get around to extension operators.