VIM:有一个简单的方法来管理Visual Studio解决方案/ makefile项目从Vim? [英] VIM: is there an easy way to manage Visual Studio solutions / makefile projects from Vim?

查看:127
本文介绍了VIM:有一个简单的方法来管理Visual Studio解决方案/ makefile项目从Vim?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我尝试使用Visual Studio而不是VIM(+插件),但是说实话 - VS VS VIM的唯一优势是它能够自动管理我的项目。

I tried using Visual Studio instead of VIM(+plugins), but to be honest - the only advantage of VS over VIM is it's ability to automatically manage my project.

我知道ViEmu for VS的存在,但我想做相反的 - 有没有办法从VIM内部管理项目?

I know of existence of ViEmu for VS, but I would like to do the opposite - is there any way to manage projects from within VIM?

我尝试过 c.vim 插件和 Project 插件,但是:

I tried both c.vim plugin and Project plugins, but:


  • 在Windows上使用c.vim时遇到问题(根据我的记忆,slashes

有没有提示/解决方案/黑客,这将允许我使用VIM来管理我的项目? (理想情况下,同时使用makefile和MSBuild文件,但只有一种类型的构建文件就足够了。)

Are there any tips / solutions / hacks, which would allow me to use VIM to manage my projects? (ideally, using both makefiles and MSBuild files, but just one type of build files would be enough.)

推荐答案

不明白这个问题。

VS是完整功能IDE - 您可以编辑,编译和调试而不用离开它。

VS is full features IDE - you edit, compile and debug without leaving it.

相反,vim不是IDE - 它非常强大的文本编辑器。然而vim有一些面向程序员的内置功能(例如:make命令,编译,自动缩进等)。 vim来自Unix世界,那里有几个构建工具(make,scons,cmake等)。正如你所知道的,你可以使用插件来完成它们,这些插件通常远远不能完成。

vim in contrast is not IDE - its very powerful text editor. Yet vim has some build-in functionality oriented for programmers (e.g. :make command, compilation, automatic indentation etc.). vim is coming from Unix world where there several build tools (make, scons, cmake etc.). As you know you can "integrete" them using plugins which mostly very far from to be complete.

我认为你在开始时所做的是正确的事情 - 给VS世界带来vim编辑力。

I think what you tried to do in the beginning is the right thing - bring vim editing power to VS world.

这篇关于VIM:有一个简单的方法来管理Visual Studio解决方案/ makefile项目从Vim?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆