A PHP snippet to scan a given project (directory) recursively and generate tags for Geany's auto-complete functionality.
php geanyrator.php -d /var/www/drupal/sites/all/modules/contrib/views/ -e module -e inc > ~/.config/geany/tags/views.php.tags
For a collection of existing tags kindly checkout this project. The tags are only available for Drupal 7.