George

Results 185 comments of 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: ![Screenshot_20241205_144844](https://github.com/user-attachments/assets/d3c67c16-2791-4753-b05b-0156388e509c) 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: ![Screenshot_20241207_002421](https://github.com/user-attachments/assets/b9ee018a-3af0-41dd-90fa-9c1c68fbc279) ![Screenshot_20241207_002442](https://github.com/user-attachments/assets/8b2894ba-be3d-4afc-b121-41a3579db499)

Thank you for looking into this. New beta did not fix it unfortunately. And the other way around is also erroneous: ![Screenshot_20241208_171238](https://github.com/user-attachments/assets/89042582-5bc2-4a39-a34e-7961a87978f0) ![Screenshot_20241208_171248](https://github.com/user-attachments/assets/554aef1c-cfb5-4929-8afa-228c5211e756) ![Screenshot_20241208_171255](https://github.com/user-attachments/assets/daddf28d-9071-45ec-907c-15f7132db921)

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.