有没有支持 xaml 中 resx 本地化重构的工具?
例如,在 C# 代码中使用 resharper,我可以对字符串文字执行“移动到资源”重构。 Resharper 会将硬编码字符串移动到 resx 文件,并用对强类型资源的引用替换我的 c#。这在编写全球化应用程序时非常有用。我正在寻找具有类似功能但针对 xaml 的工具。
For example, using resharper in c# code I can perform a 'Move to resource' refactor on a string literal. Resharper will move the hard-coded string to a resx file and replace my c# with a reference to the strongly typed resource. This is very useful when writing a globalized application. I am looking for a tool with similar functionality but for xaml.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
ReSharper 的 Move to Resource 实际上确实支持 XAML,但仅限于 WPF 项目。目前不支持 Silverlight 和 WP7。
ReSharper's Move to Resource actually does support XAML but only in WPF projects. Silverlight and WP7 are not currently supported.