My solution consists 3 projects, and only .cs
files. Now, I want to search across whole solution and find every occurence of word: var
. For some reason, some weird files are displayed in output window (like: http-dynamid-variables.json
):
I know I can limit searches to *.cs
, but in a real scenario I would search across different file formats. Why does rider shows that json
files? I can't see them in my solution at all