Intellisense not working in Visual Studio 2013 for

2019-08-28 09:42发布

问题:

Recently installed VS 2013 Update 2. I am developing a WPF application and the first thing I have stumbled upon was absence of intellisense. I tried reinstalling, repairing, and any other suggestions found on stackoverflow. Resetting settings, enablig show members in options for text editor did not work.

回答1:

After a day of frustration I found out that my greed to save space on HDD was the issue - I have unchecked Blend install during setup.

Solution: Install blend (you can add it as a feature to an existing instalation of VS through same setup)

And after I installed blend, XAML intellisense started working as expected. Hope this saves some time for someone.