如何制作记事本++ 自动将 csproj 文件视为 XML?
我经常使用 notepad++ 来编辑 csproj 文件。 我总是需要进入语言菜单并选择 XML 才能获得语法突出显示。
是否可以配置notepad++自动将csproj文件视为XML?
I often use notepad++ for editing of the csproj files. And I always need to go to the Language menu and select XML in order to get syntax highlighting.
Is it possible to configure notepad++ to treat csproj files as XML automatically?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
编辑notepad++文件夹中的langs.xml文件。
这个
改变
Edit the file langs.xml in the notepad++ folder.
Change this
by
打开设置-> 样式配置器,在“语言”列表中选择“XML”,将“csproj”(不带引号)添加到“用户分机”框中。
Open Settings -> Style Configurator, select "XML" in "Language" list, add "csproj" (without quotes) to "User ext" box.