-
**Describe the bug**
A clear and concise description of what the bug is.
the intelephense indexing take too long time in VScode when having multiple projects open in the workspace
![image](http…
-
The docs here:
https://davidcole1340.github.io/ext-php-rs/macros/classes.html#implementing-an-interface
tell me I can use `#[implements()]` to implement an interface.
And indeed using this te…
-
**Describe the bug**
Code actions ("textDocument/codeAction") and renaming ("textDocument/rename") seems not to be working with neovim builtin lsp.
**To Reproduce**
Install neovim 0.5.0, configur…
-
intelephense.diagnostics.typeErrors: Enables diagnostics on type compatibility of arguments, property assignments, and return statements where types have been declared, default: true
In the followi…
-
Hi ,
in **symfony** framework the **phpunit/phpunit** package isn't placed under the **vendor** directory as usual but inside **bin/.phpunit**
I think that this is the reason why intelephense c…
-
# Bug report
The `@mixin` phpdoc does not recognize traits as an acceptable input type. It does recognize the members of traits declared via `@mixin`, but falsely reports that it is an invalid type…
Paril updated
1 month ago
-
I'm using Intelephense with Symfony 7 and PHP 8.3.
As per PSR-12 documentation (4.4)
> The opening brace MUST go on its own line, and the closing brace MUST go on the next line following the bod…
-
I'm new to laravel and use fzaninotto/Faker for practice seeding and i got the error when i create the instance
$faker = Faker\Factory::create();
Error is: Undefined type 'Database\Seeders\Faker\Fa…
-
A quick naive search on github using a query “intelephense.licenceKey” reveals the problem very soon - people committing their keys into the version control.
Would be nice to have `intelephense.licen…
-
Can you please explain me what is the difference (or benefits) on using this extension instead of using intelephense globally installed via npm.
In the coc.nvim wiki page( language servers sections)…