Skip to content

thinksalot/php-tag-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

This tiny script allows you to generate ctags for php projects. Originally from: http://www.mwop.net/blog/134-exuberant-ctags-with-PHP-in-Vim.html

Installation:

Clone repository

Add a bash alias to the script:

alias phptags='/path/to/tags.sh'

Usage:

Go to your php project dir:

cd /var/www/my-php-project/

Run command:

phptags

Now tags will be generated in tags file in project root

Insert in .vimrc:

 set tags=./tags;

Jump through tags the usual way

About

Small shell script to generate vim ctags for php projects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages