当前位置:  开发笔记 > 编程语言 > 正文

Visual Studio的Vim错误格式

如何解决《VisualStudio的Vim错误格式》经验,为你挑选了2个好方法。



1> Kevin Berrid..:

I have a blog post which walks through all the details of getting C# projects building in Vim, including the error format. You can find it here: http://kevin-berridge.blogspot.com/2008/09/vim-c-compiling.html

In short you need the following:

:set errorformat=\ %#%f(%l\\\,%c):\ %m
:set makeprg=msbuild\ /nologo\ /v:q\ /property:GenerateFullPaths=true



2> Simon Buchan..:

从"问题"复制到"未答复"列表中删除

set errorformat=\ %#%f(%l\\\,%c):\ %m

这将捕获两者devenv /Build和msbuild 的输出.但是,msbuild有一个问题.默认情况下,它的输出不包括完整路径.要解决此问题,您必须将以下行添加到csproj文件的主PropertyGroup:

True

推荐阅读
罗文彬2502852027
这个屌丝很懒,什么也没留下!
DevBox开发工具箱 | 专业的在线开发工具网站    京公网安备 11010802040832号  |  京ICP备19059560号-6
Copyright © 1998 - 2020 DevBox.CN. All Rights Reserved devBox.cn 开发工具箱 版权所有