sponsor Vim development Vim logo Vim Book Ad

dev-goodies : useful commands for working with code.

 script karma  Rating 0/0, Downloaded by 211  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
 

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
devgoodies.zip 0.0.2 2021-11-27 7.0 Michael Moser fix docs
devgoodies.zip 0.0.1 2021-11-16 7.0 Michael Moser Initial upload
ip used for rating: 3.144.84.155

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