Tyson Andre

Results 381 comments of Tyson Andre

I hadn't had the time to look at this earlier, but the functionality seems interesting. phpDocParam and phpDocIdentifier seem to be for different highlighting of union types and parameters in...

It might be easier to encourage ordinary usage of apcu instead, to prevent replacement from being improperly used and slowly leaking memory (e.g. due to non-determinism such as time, request...

There seem to have been similar issues with WSL in other applications. https://github.com/microsoft/WSL/issues/4260 If there's a place it could be fixed, it'd be php-src (tsrm_win32_access handling for R_OK in php-src/TSRM/tsrm_win32.c)...

> false - Will not auto-detect, will not emit an error that nothing was found. Extension will be like disabled. A setting of just `false` might make sense in workspace...

> For vscode folder settings, we have relative paths: "phan.analyzedProjectDirectories": "./my_folder/". **You will need to [downgrade vscode-php-phan to 3.0.0](https://code.visualstudio.com/updates/v1_30#_install-previous-versions) for your workflow to continue working (and can use phan.phanScriptPath to...

https://code.visualstudio.com/updates/v1_57 VS Code 1.57 added that in May, though 106488 is still open and the functionality may change.

You may need to disable hover from other extensions - A shorter one **without `@param`** is provided by Phan - the one I see in the screenshot doesn't look like...

See https://github.com/TysonAndre/vscode-php-phan/issues/70 - I haven't been able to figure out how to resolve this in the language client library I'm using, but external contributions are welcome. What's the value of...

Related to https://github.com/phan/phan/issues/3252 > analyzedProjectDirectory is an array to multiple directories. The fact that there are multiple directories is the cause of it, I assume the 3 seconds working is...

See documentSelectors in https://github.com/TysonAndre/vscode-php-phan/blob/master/src/extension.ts , if anyone wants to try to fix this. It might take me a few days to have time to implement and test this