dev-goodies : useful commands for working with code.
script karma |
Rating 0/0,
Downloaded by 383 |
Comments, bugs, improvements
|
Vim wiki
|
created by |
Michael Moser |
|
script type |
utility |
|
description |
Vim plugin - useful commands for working with code. Adds the following commands: (See doc file https://raw.githubusercontent.com/MoserMichael/devgoodies/master/doc/devgoodies.txt for more details) Project page: https://github.com/MoserMichael/devgoodies
Also, all this goodness is best used in conjunction with the GitBlame plugin (link: https://github.com/MoserMichael/gitblame)
Commands:
Build/StopBuild/PrevBuildResults - Asynchronous build commands
Lint - Static analysis of the file that is backing the current buffer. (options for shell, python, perl and go)
Format - Pretty print the file that is backing the current buffer (options for python, go, cpp)
Comment/UnComment - Comment and un-comment a block of code
MakeTags/UseTags - building and using tag file (options for c/c++, java, python, go)
DoGrep - Running grep from vim, recursively from current directory down.
Redir - run a command and put output in scratch buffer.
|
|
install details |
Install from git: mkdir -p ~/.vim/pack/vendor/start/devgoodies; git clone --depth 1 https://github.com/MoserMichael/devgoodies ~/.vim/pack/vendor/start/devgoodies
Install from zip file:
mkdir -p ~/.vim/pack/vendor/start/devgoodies; unzip devgoodies.zip -d ~/.vim/pack/vendor/start/devgoodies |
|
script versions (upload new version)
Click on the package to download.
ip used for rating: 3.136.236.39
|