George

Results 185 comments of George

Discovered a small issue with Super Quick Info. When a type implements a _static_ method with _generic type parameters_, hovering over the implementation does not list the corresponding Interface and...

Sorry that was a typo, it should have been `TNumOther` there. Then it works. And the issue remains.

I have corrected the code above, I replaced `TNum` with `TNumOther` in **2** places: ```cs interface ISomething where This : ISomething where TNum : unmanaged, INumber { static abstract This...

Thank you for a quick fix! Works great!

> Please help test it. The missing interface member implementation mention in the Super Quick Info now displays correctly. Thank you for the fix! I will let you know if...

Just wondering... Now that [VS has released CodeLens API](https://devblogs.microsoft.com/visualstudio/visualstudio-extensibility-17-12-codelens-support-is-here/) - any plans to use it in Codist?

Thought I would report this just in case... Syntax highlighting of indexers seems to not work correctly in VS 17.13 P1: ![Screenshot_20241127_153134](https://github.com/user-attachments/assets/b529f0c3-3011-4f75-ac52-3a8b6b1ff9ce) In the first one, only the wrapped portion...

Thank you! Yes the new beta has fixed it!

BTW: Are there plans to support NaviBar in split document views (right now only one of the split document views is properly reflected in the NaviBar, when switching to another...

Not sure if this is a bug of VS or Codist or something else entirely, but I thought I would mention it: ![Screenshot_20241205_104656](https://github.com/user-attachments/assets/70a39ce0-43bf-4aae-8cff-48f7aae6a2e2) ![Screenshot_20241205_104801](https://github.com/user-attachments/assets/dd5bf9d5-24ee-4539-b6d9-9f6f344b6d60) I want so that unreachable /...