Camille Dejoye

Results 11 issues of Camille Dejoye

Hi, This improvement aims to handle trailing comma with functions and methods in PHP. Since PHP 7.3 trailing comma in function calls is a valid syntax. But until PHP 8...

Hi, I tried to re-introduce the PhpSpec extension. I had a hard time figuring out how to configure the integration test to load files from the disk, hence the `createSource`...

When affecting a value to a property in an anonymous class we got a diagnostic saying that the property does not exist. It actually exist in the anonymous class but...

bug

Hi, Just to report a missing use case for type inference: ```php interface Foo { /** * @param iterable $iterator */ public function firstFrom(iterable $iterator); } class Bar implements Foo...

feature

Hi, The result of a completion is not sorted. When completing a class name it would be great to be able to sort the result by namespaces. It's especially useful...

Two ideas of improvements: Given we have a use statement: `use Symfony\Component\Validator\Constraints as Assert;` * [ ] Handle completing partial namespace: `new Assert\NotBl` should suggest `NotBlank` * [x] Use existing...

**~Expected~ Desired behavior:** Keep the snippet "alive" until we "really" left the buffer. **Actual behavior:** When a floating window opens while completing a snippet it's cleared. **Steps to reproduce** The...

**API Platform version(s) affected**: 2.6.8 **Description** When defining the API resources with a YAML or XML files it's not possible to define information for calculated fields. This is a similar...

enhancement

Currently if we don't provide a tracer provider to the `Tracing` class when we try to trace something we got an exception. This forces us to configure the `Tracing` class...

Fixes #5 Add a configuration, similar to what was done for [mason-conform.nvim](https://github.com/zapling/mason-conform.nvim), in order to not install some linters.