/geany-tags-php

Generate PHP tag files avaliable for Geany

Primary LanguagePHPGNU General Public License v2.0GPL-2.0

Generate PHP tags file avaliable for Geany

Tags file generated based on information from PHP using "tagmanager" format.

This project was created originally to replace default Geany PHP tags file which include all tags from extensions even though not installed on the system.

Usage

php tags.php
php tags.php <output> <dir>
php tags.php <output> <file..>

Resources

  1. Tag File Examples
  2. Geany User Manual
  3. Geany Source Code