Skip to content

Highlighting of tag names (typedefs, functions, classes etc) in Vim

Notifications You must be signed in to change notification settings

litzomatic/TagHighlight

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TagHighlight is a plugin that highlights names of classes, variables, types etc in source code in Vim. This makes it quicker and easier to spot errors in your code. By using exuberant ctags and parsing the output, the typedefs, #defines, enumerated names etc are all clearly highlighted in different colours. As standard, it supports the following languages (but it's very easy to add more):

  • C/C++ (most of the testing has been with these)
  • C#
  • Java
  • Matlab (functions only; may require custom ctags version)
  • Perl
  • PHP
  • Python
  • Ruby
  • VHDL (if your version of ctags supports it)

Adding more languages is extremely simple.

To show the benefit of this plugin, there are some screenshots and a more detailed description at the following website:

http://www.cgtk.co.uk/taghighlight

Installation instructions are available here:

http://www.cgtk.co.uk/taghighlight/install

Detailed documentation can be found in doc/TagHighlight.txt.

About

Highlighting of tag names (typedefs, functions, classes etc) in Vim

Resources

Stars

Watchers

Forks

Packages

No packages published