docs: Add documentation for use_smartcase_search (#25786)

Closes #24795

Added missing documentation for `use_smartcase_search`. 

Release Notes:

- N/A
This commit is contained in:
Devzeth 2025-02-28 08:45:40 +01:00 committed by GitHub
parent 604eb91a6c
commit ece1818301
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 20 additions and 0 deletions

View file

@ -1762,6 +1762,23 @@ Or to set a `socks5` proxy:
},
```
## Use Smartcase Search
- Description: When enabled, automatically adjusts search case sensitivity based on your query. If your search query contains any uppercase letters, the search becomes case-sensitive; if it contains only lowercase letters, the search becomes case-insensitive. \
This applies to both in-file searches and project-wide searches.
Examples:
- Searching for "function" would match "function", "Function", "FUNCTION", etc.
- Searching for "Function" would only match "Function", not "function" or "FUNCTION"
- Setting: `use_smartcase_search`
- Default: `false`
**Options**
`boolean` values
## Show Call Status Icon
- Description: Whether or not to show the call status icon in the status bar.