Skip to content

A PHP snippet to scan a given project (directory) recursively to generate tags for Geany's auto-complete functionality.

License

Notifications You must be signed in to change notification settings

vielsoft/geanyrator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Geanyrator

A PHP snippet to scan a given project (directory) recursively and generate tags for Geany's auto-complete functionality.

Usage

php geanyrator.php -d /var/www/drupal/sites/all/modules/contrib/views/ -e module -e inc > ~/.config/geany/tags/views.php.tags

Existing tags?

For a collection of existing tags kindly checkout this project. The tags are only available for Drupal 7.

About

A PHP snippet to scan a given project (directory) recursively to generate tags for Geany's auto-complete functionality.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages