如何制作记事本++ 自动将 csproj 文件视为 XML?

发布于 2024-07-26 17:01:32 字数 113 浏览 4 评论 0原文

我经常使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

等往事风中吹 2024-08-02 17:01:33

编辑notepad++文件夹中的langs.xml文件。

这个

<Language name="xml" ext="xml xsml xsl xsd kml wsdl" commentLine="" commentStart="<!--" commentEnd="-->">
</Language>

改变

<Language name="xml" ext="xml xsml xsl xsd kml wsdl csproj" commentLine="" commentStart="<!--" commentEnd="-->">
</Language>

Edit the file langs.xml in the notepad++ folder.

Change this

<Language name="xml" ext="xml xsml xsl xsd kml wsdl" commentLine="" commentStart="<!--" commentEnd="-->">
</Language>

by

<Language name="xml" ext="xml xsml xsl xsd kml wsdl csproj" commentLine="" commentStart="<!--" commentEnd="-->">
</Language>
虐人心 2024-08-02 17:01:32

打开设置-> 样式配置器,在“语言”列表中选择“XML”,将“csproj”(不带引号)添加到“用户分机”框中。

Open Settings -> Style Configurator, select "XML" in "Language" list, add "csproj" (without quotes) to "User ext" box.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文