Visual Studio 2015- How to disable "based on your project, we have identified extensions you may find helpful" message?
Since the latest update to Visual Studio 2015, I get this message when I open .html
or .cshtml
files. Clicking "Don't Ask Again" only disables this until VS is restarted. How can I turn it off permanently?
You can disabled this by going to Tools > Options > Text Editors > HTML > Advanced
and setting Identify Helpful Extensions
to False
.
An easy way to get there is to type html adv
in the quick launch:
Source
My experience was clicking the "Don't Show Again" link toggled the Tools > Options > Text Editors > HTML > Advanced > Identify Helpful Extensions: to False, but it did not save that setting when exiting VS. So, be sure to manually toggle that setting to make it stick.