聚星亭

吾笨笨且懒散兮 急须改之而奋进
posts - 74, comments - 166, trackbacks - 0, articles - 0
  C++博客 :: 首页 :: 新随笔 :: 联系 :: 聚合  :: 管理

今天发现了个好东西——exVim~

Posted on 2010-05-22 23:26 besterChen 阅读(2939) 评论(0)  编辑 收藏 引用 所属分类: Vi/Vim/GVim
      这些天无聊在Vim.org上看更新的插件发现了这个宝贝。研究了大半天他的配置和一些附带的脚本,才知道什么叫强大……


exVim 简介What is "exVim"?? ~

    exVim is the core part of exDev, which is a develop package help you develop
    project as a IDE like environment but all in vim.
   
    The exVim consists of several vim scripts and external tools. The goal is
    let the vim be the base platform, and use the vim script doing those IDE like
    operations just in vim as possible as it can. But if a task is too difficult
    to write in vim script, it still have chance to invoke external tools and
    bring the result back to vim.
   
    The ex-plugins is designed to achieve these tasks, it manages the layout of
    the windows in vim, controls the external tools, save settings in different
    project and so on. Also exVim introduce several great plugins in vim-scripts
    website, and do some small changes to let them work together without conflicts.

What can "exVim" do??~

    With exVim you can:
     * use one file ".vimentry" access your project.
     * update all files need for your project in one command.
     * browse specific files in project window.
     * search files, tags, symbols and text in a faster way.
     * trace your code by jump stack.
     * reading code faster by word highlight and macro highlight.
     * view classes hierarchy pictures.
     * compile project in vc/gcc and get error result from them directly through vim.
     * and so on...

Added:


      所以,我将舍弃陪我已久的vim。接下来一段时间,我会把使用exVim的心得贴上来与大家分享。


只有注册用户登录后才能发表评论。
网站导航: 博客园   IT新闻   BlogJava   知识库   博问   管理