Caleb White
Caleb White
Hello! This PR updates the PHP queries to be compatible with the BCs in https://github.com/tree-sitter/tree-sitter-php/pull/247 Thanks!
Closes #246 Changes: - [PHP8.4] add support for `new` without parentheses - [PHP8.4] add support for property hooks - create `anonymous_class` rule - rename `_variable_name` => `_simple_variable` to match php...
The following PHP 8.4 features will require changes to the grammar: - [x] https://github.com/php/php-src/pull/13029 [RFC](https://wiki.php.net/rfc/new_without_parentheses) - [x] https://github.com/php/php-src/pull/13455 [RFC](https://wiki.php.net/rfc/property-hooks)
Hello! I seem to have a broken widget...do you know what could be the cause?  Thanks!
Hello! Currently, markdown links (`[foo](https://foo.bar)`) lose their titles and the actual link is shown italicized and underlined:  However, this removes context---oftentimes the link by itself doesn't tell me much....
Hello! First off, thanks for developing this! I just came across `presenterm` when I was looking at alternatives to `lookatme` (unfortunately development appears to have stagnated on that project) and...
Hello! I like this plugin, but this breaks dot repeating inserts with `>` in it. For example: - enter insert mode - type `$this->` - exit insert mode - press...
Hello! Every so often I get warnings that never timeout and take over my screen:  Note that I set focusable to false (because I don't want `w` jumping to...
### Bug report Hello! I'm trying to fix a Larastan DynamicStaticMethodReturnTypeExtension (specifically for the `::query()` method) and am using the following to get the called on type: ```php public function...
### Bug report Hello! I just learned the hard way (a lot of time spent debugging) that the Larastan `MethodsClassReflectionExtension`s aren't executed when the class has `@mixin` tags. I'm not...