资源字典的 Visual Studio xaml 编辑器
还有人认为打开资源字典的 xaml 默认为 Design 和 Xaml 分屏有点蹩脚吗?
有我缺少的设置吗?或者这只是 MS 告诉我购买 Blend 的方式...
干杯,
贝里尔
Does anyone else think its a bit lame that opening the xaml for a resource dictionary defaults to a split screen for Design and Xaml?
Is there a setting I am missing? Or is this just MS' way of telling me to buy Blend...
Cheers,
Berryl
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果这确实困扰您,可以在“选项”->“选项”下进行设置。文本编辑器 -> XAML->其他,内容为“始终在完整 XAML 视图中打开文档”。显然,这也会在完整的 XAML 视图中打开您的表单。
除此之外,我认为 VS 没有足够智能来区分不同类型的 XAML 文件(它可能会查看扩展名)。
If this really bothers you, there is a setting under Options -> Text Editor -> XAML -> Miscellaneous, that reads 'Always open documents in full XAML view'. Obviously this will also open your forms in full XAML view.
Apart from that, I don't think VS is smart enough to distinguish between different types of XAML files (it probably looks at the extension).