Excluding specific files from Visual Studio search

前端 未结 6 995
一整个雨季
一整个雨季 2021-02-01 00:15

Is it possible to exclude certain files from search in Visual Studio.

For example jquery.js is almost always polluting my search results with half result coming from tha

6条回答
  •  無奈伤痛
    2021-02-01 00:55

    Altough it does not solve your problem it may help out a bit

    Ctrl + Shift + F should trigger the Find and Replace window.

    From there, click Result Options and select "Display file names only".

    It won't have all the info you need but might make it easier to recognize the files.

提交回复
热议问题