-
How about letting tab-completion be case-insensitive? I'm pretty inaccurate when jamming in characters for a task I want in the sbt console and I use tab-completion liberally. I commonly screw up th…
-
I have an unintentional mix of lowercase albums and some which have uppercase name, etc, and using sort-albums-by title seems to sort them in A-Z followed by a-z. Would it be possible to just sort as…
-
I noticed that this extension will only autocomplete class names when they match case:
![image](https://github.com/phpactor/vscode-phpactor/assets/43072246/a8ec033f-61ba-4482-89af-3a9d3ad69fd9)
an…
-
Hello,
in the cpp folder you have a file and a folder with the same name NIST-round3-est = nist-round3-est in a case-insensitive filesystems like macOS. Hence, the git clone automatically deletes t…
-
DuckDB considers identifiers with different casing the same even if they are quoted.
The most minimal example of this is the following schema:
```
CREATE TABLE a(b int);
CREATE TABLE "A"(c int…
-
When Sphinx is processing a target, say `alice.bob.carol`, it will check whether `alice/bob.py` exists in the filesystem, and if it does, it treats `alice.bob` as a module and `carol` as a something d…
-
-
Perforce is not case-sensitive. For example, if a "Bin" folder is created and committed in one changelist, and then someone commits a "bin" folder in another changelist, Perforce treats those as the s…
-
Zipcode patterns are documented as generated from http://i18napis.appspot.com, which does not work anymore. I assume that this is similar to the data available at https://chromium-i18n.appspot.com/ssl…
stof updated
3 months ago
-
Hi,
Can this support case insensitive text comparison?
For example, a keyword "test" will be matched if it is in the dictionary, but it won't match "Test" or "tEst", which is a real world scena…