Tyson Andre

Results 313 issues of Tyson Andre

- Did you upgrade to latest plugin version? yes - Did you upgrade to/compile latest binary? Run shell command `bin/languageclient --version` to get its version number. yes - (Neovim users...

## Summary Looking at the documentation and most recent source code, this isn't possible. `serverCommands` is `HashMap` (i.e. it maps the programming language (`String`) to a single command which is...

feature request

I'm posting this because - This project is one of the largest users of tolerant-php-parser, and making tolerant-php-parser 0.0.x continue to work would be a factor for decisions such as...

```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....

https://github.com/ggreer/the_silver_searcher/wiki/Advanced-Usage#ignoring-files currently does not link to gitignore There's a brief note already that > `.ignore` uses the same patterns as `.gitignore` and `.hgignore`. This could be elaborated further. Some ideas:...

- [ ] Emit compatibility warning instead of PhanInvalidConstantExpression for property access and nullsafe property access - [ ] Warn for non-enums on left hand side (allow null for nullsafe)...

enhancement
php8.2

https://wiki.php.net/rfc/true-type#compile_time_redundancy_checks ```

enhancement
php8.1
php8.2

This will be similar to the edge cases for conflicting method definitions in php 8.2. Class constants can be inherited from parent classes, traits, and interfaces. The visibility and class...

enhancement
php8.2

https://wiki.php.net/rfc/dnf_types - Support parsing these and extracting types - Add tests of inheritance rules, add fixes if needed - Improve status of phpdoc equivalents as needed

enhancement
php8.2