-
I use the phpactor lsp inside of neovim, and codebase-wise it works perfectly, i much prefer it to intelephense, but recently it has stopped recognising all standard php functions, i experienced this …
-
According to [intelephense docs](https://github.com/bmewburn/intelephense-docs/blob/master/gettingStarted.md#environment), i want to set `wordpress` stub inside `intelephense.stubs`
So, i just con…
-
Hi there,
When adding grammars, folks use specific commits to point to. Usually the commit of a release.
```toml
id = "php"
name = "PHP"
description = "PHP support."
version = "0.1.3"
schem…
-
When I change the contents of a buffer and close the last open window containing that buffer within a certain timeframe after that change, vim-lsp sends a didChange event to the LSP server claiming th…
-
### Description
Despite being excluded via `**/node_modules/**`, this error appears:
`Failed to locate a PHPCS configuration file for "/Users/obliviousharmony/.vscode/extensions/bmewburn.vscode-…
-
Hi,
I would love to have a feature like this:
phpstorm:
![image](https://github.com/user-attachments/assets/bfc1657b-74a5-4ed1-a76e-f1af5d428459)
vscode:
![image](https://github.com/user-atta…
-
https://github.com/fuel/core/blob/1.9/develop/classes/database/query/builder/update.php
Hello, maybe it could be interesting to add:
protected $_where;
protected $_execute;
as_object,
order_by.…
-
I am tyring to exclude the files the appear from `/usr/local/lib/node_modules/intelephense/ ` running LSClientWorkspaceSymbol. I have tried the following:
```
let g:lsc_server_commands = {
\ 'ph…
-
### Check for existing issues
- [X] Completed
### Language
php
### Tree Sitter parser link
https://github.com/gbprod/tree-sitter-php
### Language server link
https://github.com/bmewburn/intelep…
-
### Check for existing issues
- [X] Completed
### Describe the feature
I found out that you support 2 Language Server Protocol (LSP) for PHP which are phpactor and intelephense.
I am a PHP…