资 源 简 介
Vimper was developed to provide an IDE like environment within gVim. Vim has lots of plugins which can be used to transform the editor into a complete development environment, the goal of Vimper is to collect the most useful of these plugins into one single package as well as add new functionality to create a comprehensive Development/Project Management environment.
## 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)
* Browser to View/Navigate Class/Structure/Function definitions
* Search files within project and navigate to search results.
## Screenshots: ##
* [Project Explorer & Class Browser ](http://www.langene.net/ext/images/Vimper_Class_Browser.png)
*