phpctags icon indicating copy to clipboard operation
phpctags copied to clipboard

An enhanced ctags compatible index generator written in pure PHP. Released under GPLv2 license.

Results 3 phpctags issues
Sort by recently updated
recently updated
newest added

```php /** * @method int foo() * @method static Closure():void test() * @property-read int $val */ class X{} ``` Expected: Should generate tags for `@method`, `@property`, and `@property-read`/`@property-write` Observed: doesn't....

So I have spend some time playing around with Samsung Dex and configuring my phone as a development machine that is portable and power efficient. Found about this project in...

Comments after a namespace declaration, starting with /** or starting with /* are treated like errors.