Caleb White

Results 117 issues of 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)

enhancement

Hello! I seem to have a broken widget...do you know what could be the cause? ![image](https://github.com/user-attachments/assets/0ffd9737-7827-445c-a519-bd7b4b35e61c) Thanks!

Hello! Currently, markdown links (`[foo](https://foo.bar)`) lose their titles and the actual link is shown italicized and underlined: ![image](https://github.com/user-attachments/assets/d71916b0-530c-42e1-bdbb-ce93b6b6c2fe) 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...

pinned

Hello! Every so often I get warnings that never timeout and take over my screen: ![image](https://github.com/rcarriga/nvim-notify/assets/4176520/8637c204-51cb-4431-a14f-50fd80e7a47d) 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...

feature-request