Title basically says it all.
With every other language in JetBrains editors, autocomplete is case sensitive, so if I have a struct Thing, and declare const thing: Thing = ..., I then want to call a method on thing and autocomplete shows Thing as the first result.
Similar issue if I have an import from another file and the name of the file is the same as a struct it declares, minus the upper case, and when I start typing the name of the struct and instinctively press tab when it actually first recommends the name of the import, which I don't care about.
This case sensitivity seems like a deliberate choice because I feel like case insensitivity is the default here, as it is with most language support for JetBrains. If that is the case, then I have no idea why anyone would think this is a good idea.