Intellisense not working in Visual Studio 2013 for XAML

♀尐吖头ヾ 提交于 2019-12-11 20:57:38

问题


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.



来源:https://stackoverflow.com/questions/24525414/intellisense-not-working-in-visual-studio-2013-for-xaml

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!