How to install SSDT in VS (Visual studio) 2019 or 2017
Most Visual studio users are using VS 2017 or 2019 now. To those who are…
Most often as a developer, you want to search for specific keyword in side Visual Studio IDE. What you shall do and what you will get?
put mouse focus on Solution Explorer and press “Ctr”+ . (dot), you can search for any file which name has specific words. Eg. you want to search for if there is any file which name has “index”.
Press “Ctr”+”Shift”+F, you will get a windows to search a specific word inside Entire solution.
if you press “Ctr”+F, you will be able to do same search inside Current Document.