vim-easytags
vim-easytags copied to clipboard
Automated tag file generation and syntax highlighting of tags in Vim
I’m currently using a local version of ctags, and the command I use to generate tags is like `~/ctags/bin/ctags -R --exclude=Makefile` I thought easytags could answer my need but it...
It would be nice if there was an option for easytags to look for the nearest ancestor that contains a .git, .svn, .hg, etc. file, and put the .tags in...
I like the functions and designs in easytags such as global tag files and easytags_by_filetype, which I haven't seen in other plug-ins. I was wondering, based on the current source...
Hello, I would first want to point out that the links to your webpage were you are supposed to download the zips form are broken. But that's not a big...
patch originally submitted by @wraul: https://github.com/xolox/vim-easytags/pull/133 later updated by @rogueruiz: https://github.com/xolox/vim-easytags/pull/133#issuecomment-316477649 closes xolox/vim-easytags#133 xolox/vim-easytags#155 xolox/vim-easytags#168 refers xolox/vim-easytags#123 xolox/vim-easytags#132
A malformed `~/.ctags` file causes easytags not to load and the warning is then misleading. I had made a mistake in generating my `~/.ctags` file ``` $ head -n 1...
Hey, and thank you for this plugin which makes coding very comfortable :) I have recently delved into the [Rust](https://www.rust-lang.org/) book, and this languge definitely looks awesome. How hard would...
Links with references aren't been correctly displayed in github. This PR fixes it.
I've been scratching my head about this for quite a while, as I think it's a good idea to keep the tags file in the .git subdirectory when it exists....
easytags.vim 3.11: Vim(call):E119: Not enough arguments for function: 202_save_by_filetype (at function xolox#easytags#update#convert_by_filetype, line 9)