Vladislav Kosev
Vladislav Kosev
Twice in a row I got confused there is a public constructor there: 
In that case: ```php function ``` We should complete all the 'magic' php methods and insert their signature on `tab`: > The function names __construct(), __destruct(), __call(), __callStatic(), __get(), __set(),...
When completing static variables, they are not on the top of the list: 
I have nearly completed it along with indexing `use` statements. Added cases for children of: * `NamespaceUseClause` and `NamespaceUseGroupClause` * `TraitUseClause` The only thing that bothers me is that `QualifiedName::getResolvedName`...
In a multi-root workspace the indexer is started just for the first project in the workspace. I am guessing we need to [implement this part of the LSP](https://microsoft.github.io/language-server-protocol/specification#workspace_workspaceFolders) and deal...
All the current function parameters and the `$this` variable appear twice inside function parameters completion list:  The second entry has a different info text: 
The test case is as follows (There are more, but this is the only case I managed to reproduce 100% of the time): 1. There are a class and a...
**please complete the following information:** - OS version: Win11 - Editor version [e.g. 1.45.0-insider]: 1.69.0 insider - Programming language: PHP - TabNine extension version: 3.6.1 **If the issue is related...
**Please complete the following information:** - OS version: Windows 10 - Editor version 1.58.1 - Programming language: PHP - TabNine extension version: v3.4.14 **Issue Details:** The variable completion entries from...
When changing the tests I have this very frequent error: ```js n [Error]: Unhandled method TestLoadStartedEvent-f0d8adf93a6b1b96be7c532ee0c349bf at /root/.vscode-server/extensions/recca0120.vscode-phpunit-2.0.76/server/out/server.js:1:9133 at /root/.vscode-server/extensions/recca0120.vscode-phpunit-2.0.76/server/out/server.js:1:9427 at Immediate. (/root/.vscode-server/extensions/recca0120.vscode-phpunit-2.0.76/server/out/server.js:1:9788) at processImmediate (node:internal/timers:464:21) { code: -32601, data:...