Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

visual studio code: How to have case insensitive search in the current file?

If I search in the currently opened filter from the sidebar, I get case insensitive search on all files. But If I search in the current file's search (ctrl+F / cmd +F), I get case-sensitive search results.

I always search in lowercase, so this approach can't find a lot of camelCase strings for me. How to have case insensitive search here?

like image 252
Imtiaz Sakib Avatar asked Dec 10 '22 01:12

Imtiaz Sakib


1 Answers

You can try turning off "match case" property by clicking to button highlighted in the image: search by match case

like image 142
cengiz sevimli Avatar answered Feb 16 '23 00:02

cengiz sevimli