有谁知道如何使记事本++自动将csproj文件视为XML?
我经常使用记事本++来编辑csproj文件。 我总是需要转到语言菜单并selectXML以获得语法高亮显示。
有没有可能configuration记事本++将csproj文件自动处理为XML?
谢谢。
打开设置 – >样式configuration器,在“语言”列表中select“XML”,在“用户分机”框中添加“csproj”(不带引号)。
在记事本++文件夹中编辑文件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>