phpctags
phpctags copied to clipboard
An enhanced ctags compatible index generator written in pure PHP. Released under GPLv2 license.
```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.