-
Feature request: it would be nice to have some option to get the following behavior in all the search dialogs. If "match case" is off, perform a case-insensitive find when the text typed in the find b…
-
It would be nice to be able to customize the highlighter to allow accent-insensitive highlighting in a similar way the queryTokenizer can be customized.
See also #627, #271.
-
The searches for resources and processors seems to be case sensitive.
It is probably more helpful for this to be case insensitive.
-
Headers in http request should be case insensitive. Header is parsed in file RawHttpRequestReader.cs. I think that dictionary for headers should be case insensitive. Somethink like this:
`var head…
-
Should we make it a default that when you search for a string in the text editor, it's automatically case insensitive?
-
## Description
When mocking an interface that contains multiple methods with similar signatures using Moq, an exception is thrown during proxy generation. This issue arises because the proxy generato…
-
![Screenshot 2023-11-17 at 4.56.13 PM.png](https://raw.githubusercontent.com/nus-cs2113-AY2324S1/pe/master/files/96f7f799-d872-4dc9-8948-2ce7b1c79d9d.png)
Since there is only one exit function, could…
-
Commands should be made case insensitive i.e Edit 1 r/a should be allowed since it is the same command.
-
### What version of Go, VS Code & VS Code Go extension are you using?
Version Information
* Run `go version` to get version of Go from _the VS Code integrated terminal_.
- go version go1.19.…
-
Hello
I want to check for "error", "Error" and "ERROR" in my log files.
How can I make the regex case-insensitive. I can't add an "i" to the expression like in other regex installations.
I could re…