sponsor Vim development Vim logo Vim Book Ad

vimper : Yet another IDE using Vim...

 script karma  Rating 4/3, Downloaded by 805  Comments, bugs, improvements  Vim wiki

created by
Subho Ghosh
 
script type
utility
 
description
Vimper is a Vim based IDE, a set of plugins to enable creation of development projects. There are a lot of useful plugins available to aid development, but you need to run around to gather them. The goal is to gather a lot of these plugins into one single package and also extend them or add new plugins.

Currently it supports:
* C++ IDE --  definition of C/C++ projects
(projects can also be created for developing vim plugins, mainly for demo purpose).

Current features include:

* Tree based file explorer (VTreeExplore)
* Auto generation of makefiles.
* Integration and navigation of make errors/warnings.
* Project Window (listing all defined projects)

Update:
* Browser to View/Navigate Class/Structure/Function definitions
* Search files within project and navigate to search results.

Goto http://vimper.sourceforge.net/ for more details and documentation. If you run into any issues or bugs it would be great if you could log them at the sourceforge project. Any feedback or suggestion also welcome.

Use :helptags <install dir>/doc to add the vimdoc files and type :help Vimper to view the help documentation.

Note: Currently this only works for GVim on Windows, need to fix some issue to make it work on (*)nix platform.
 
install details
To install vimper unzip the downloaded vimper-<version>.zip file and copy the contents to your Vim folder. On (*)nix machines they can be copied to the ~/.vim directory or on Windows machines to ~/vimfiles. You can also copy the contents to <Vim Runtime Home>/vimfiles (though not recommended). Set the environment variable VIMPER_HOME to point to the directory to which the content was copied (eg. VIMPER_HOME=~/.vim).

 

rate this script Life Changing Helpful Unfulfilling 
script versions (upload new version)

Click on the package to download.

package script version date Vim version user release notes
vimper-0.1.1.zip 0.1.1 2009-09-04 7.0 Subho Ghosh Added a Class/Structure/Function browser

Added project search function.
vimper-0.1-alpha.zip 0.1 2009-08-15 7.0 Subho Ghosh Fixed some bugs with the Build error window.

Added the omnicppcomplete files for C/C++ code completion.
ip used for rating: 18.222.193.207

If you have questions or remarks about this site, visit the vimonline development pages. Please use this site responsibly.
Questions about Vim should go to the maillist. Help Bram help Uganda.
   
Vim at Github