Skip to content

IntelliSense of C# does not respect (upper-/lower) case #82762

@vsfeedback

Description

@vsfeedback

This issue has been moved from a ticket on Developer Community.


[severity:It bothers me. A fix would be nice]
As you can see on the print screen below, IntelliSense does not prioritize the correct casing of a word and therefore often suggesting the wrong word - when completing the word with tab, one has to go back and correct the case.

Expected behavior: The correct case has a higher priority, still upper- and lower-case versions should be suggested, but if I start with a lower-case and there are words that start with lower-case they should come first in the list and the upper-case ones after (and vice-versa).

image.png

In the example above, the typed word does not match any of the available words using an ordinal comparison, but as "chartd" matches "chartDefinition" better than "ChartDefinition" (one case violation against two case violations), "chartDefinition" should be suggested top followed by "ChartDefinition", "LoadChartDefinition" and "LoadChartDefinitions".


Original Comments

Feedback Bot on 12/15/2025, 08:44 AM:

We have directed your feedback to the appropriate engineering team for further evaluation. The team will review the feedback and notify you about the next steps.

Nur Umairah binti Hakimi (Centific Technologies Inc) [MSFT] on 12/19/2025, 00:25 PM:

Thanks for your sharing the steps, I can reproduce this issue, and this issue has been escalated for further investigation, if there is any process, I will inform you immediately.

Feedback Bot on 2/17/2026, 04:42 AM:

This issue is currently being investigated. Our team will get back to you if either more information is needed, a workaround is available, or the issue is resolved.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions