syntax highlighting XAML Visual Studio

你。 提交于 2020-01-06 13:12:09

问题


I experience some problem with Visual Studio 2015, when I re-installed on my computer, the whole syntax highlighting became all white in XAML, but not in my VB code?

If someone happens to find the solution, I would be extremely grateful to him.

visualization code in visual studio

<Grid.RowDefinitions>
    <RowDefinition Height="5*"/>
    <RowDefinition Height="60*"/>
    <RowDefinition Height="6*"/>
</Grid.RowDefinitions>

来源:https://stackoverflow.com/questions/33541270/syntax-highlighting-xaml-visual-studio

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