George

Results 185 comments of George

So far seems to be working great! Thanks so much for all your work!

Just noticed that when searching for _default_ assignments only (via Shift), it incorrectly shows the same list as when searching for _all_ assignments, but lists the value as default for...

Just found another issue: Apparently it does not find _any_ usages of a parameter if that usage is in _Attribute_ constructor: ```cs public sealed class MyAttribute : Attribute { public...

Thanks so much for your work! This actually is pretty important for me as I have lots of cases where enums have attributes with complex constructors, so it is quite...

Thank you for a quick fix! This works great now!

Got another VS crash when tried using the functionality: ``` Application: devenv.exe Framework Version: v4.0.30319 Description: The process was terminated due to an unhandled exception. Exception Info: System.NullReferenceException at Codist.CodeAnalysisHelper.AreEqual(Microsoft.CodeAnalysis.ITypeSymbol,...

Thank you for pointing this out, however these do not support _compiled_ bindings. Hopefully proper support can be added.

@maxkatz6 Sorry to hijack the issue, but just to clarify... If I have a custom type `MyCustomColorType`, and I want its value to be bindable in XAML in places where...

@maxkatz6 Even if it is possible (not sure if it works with Compile Bindings), it is still a bit repetitive/verbose. It would be great to have the ability to just...

I use Win 11 with custom taskbar replacement, so unfortunately I am not a good candidate for testing this.