Vladislav Kosev

Results 151 comments of Vladislav Kosev

I think I traced it to `SimpleFileListProvider::$followSymlinks` being false and me having all these repos symlinked into the `vendor` folder.

So the two **symlinked** repos in my project (the fork of `indexer-extension`) - `text-document` and `worse-reflection` are not being returned with this list [here](https://github.com/phpactor/indexer-extension/blob/537febc6c3995645a1feaaf6b7c51d637ec9a501/lib/Model/Indexer.php#L42): ``` public function getJob(?string $subPath =...

Possibly. But: 1. Why did it work before? 2. Why do I have a problem now? 3. How do I fix it? 4. Why don't you have it - aren't...

Hm. It is probably solvable by explicitly including the symlinked projects' lib directories, isn't it?

This worked: ``` "indexer.exclude_patterns": [ "\/vendor\/**\/Tests\/**\/*", "\/vendor\/**\/tests\/**\/*", "\/vendor\/**\/vendor\/**\/*", "\/vendor\/composer\/**\/*", ], "indexer.stub_paths": [ "/root/phpactor/text-document/lib/", "/root/phpactor/worse-reflection/lib/", ] ``` Not sure if that's a good solution though... Kind of surprising not following symlinks.

The strange bit is that I created the second method by duplicating the first one, so there was never a version of the code with no arguments. The more I...

Yea, can I set it to 1 sec to prove it? Will I run into some serious issues?

The result in VS Code is the same, although the one I am interested in is usually first.

I can confirm this, it is _unbelievably annoying_ - I had to disable TabNine to actually use my snippet. @amircodota what help do you need?

Thanks guys! Vladi. ________________________________ From: yonip23 ***@***.***> Sent: Thursday, July 15, 2021 7:39:17 PM To: codota/tabnine-vscode ***@***.***> Cc: Vladislav Kosev ***@***.***>; Mention ***@***.***> Subject: Re: [codota/tabnine-vscode] Conflicts with phpactor's variable...