Vladislav Kosev

Results 55 issues of Vladislav Kosev

Twice in a row I got confused there is a public constructor there: ![image](https://user-images.githubusercontent.com/12109622/104836687-58161100-58b8-11eb-9725-9612e46193f4.png)

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(),...

feature

When completing static variables, they are not on the top of the list: ![image](https://user-images.githubusercontent.com/12109622/104282212-5fec4480-54b7-11eb-8a7d-2cbfdbd92e4b.png)

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...

feature

All the current function parameters and the `$this` variable appear twice inside function parameters completion list: ![image](https://user-images.githubusercontent.com/12109622/103157140-abfd7080-47b8-11eb-921c-0cec73f28814.png) The second entry has a different info text: ![image](https://user-images.githubusercontent.com/12109622/103157160-d2bba700-47b8-11eb-8d2f-256961bdc24d.png)

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:...