Andrey Shchekin

Results 38 comments of Andrey Shchekin

Thanks for reporting! This is a fair point, and should not be too hard to do.

Thanks for reporting! I have tried to reproduce it and I am getting `string` higher in the autocomplete list than `String`, so it works fine, but in your video I...

~At a first glance it should be in order tested here http://sourceroslyn.io/#Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests/Completion/CompletionProviders/CompletionProviderOrderTests.cs,42 so keywords should be high in the list.~ **Edit:** Nvm, not yet fully sure how the order gets...

Thanks! I'll investigate further. Which Roslyn library version are you using?

Thanks for reporting! Unfortunately I can't reproduce it (including on Firefox). Is this on specific branch (`main` vs Default)? Can you maybe share a recording of the problem?

Thanks, I can reproduce this. It might be a bit tricky to resolve (likely an issue in editor component internals), but I'll take a look when I am able.

Thanks for reporting! It might take me a while to get to it (given I am not actively working on this), but it does sound like a good idea.

Cannot reproduce, potentially fixed by latest improvements -- will monitor and revisit

The reason is I didn't plan this test to cover overriding, just adding new registrations. According to the link above they do support new registrations, so that's why test passes....

Thanks for reporting! It makes sense, but I am a bit on a fence with issues like these. On one hand I would rather prefer the other application to fix...