Have you ever encountered a situation where IntelliSense or autocompletion stops working in Visual Studio? This frustrating issue can hinder your productivity and make coding a chore. While a simple restart of Visual Studio or your machine often resolves the problem, there are times when more drastic measures are necessary. The Usual Suspects: Resharper and […]
Add CodeLens to Visual Studio Community Edition 2015
Hey hardcore programmers, If you want to have CodeLens (yeah you know this little useful tool which gives you directly a link to where this code is referenced), all you need to do is install SSDT. And if you don’t need SSDT, you can just uninstall it afterwards, and CodeLens will remain. So first, download SQL […]