9brada6
9brada6
Ah, ok. I had the impression that mixed keyword is like a union of all types, but the reality is that is a type that can be replaced with any...
> Although any is a name choice specific to typescript that is not supported in PHP Ah, what I wanted to say is like how Typescript has any type, PHP...
Hmm, not so. Here is how I think it should work(for start, and then to improve if have time): 1. For start: Report any unsetting of a global WP variable(including...
Yes, it's perfect. Thanks for awesome work for this program.
Hi, what do you think about this implementation: phan.analyzedProjectDirectories = ### bool - true - Autoanalyze the workspaces and enable for all inside the directory project found. - false -...
I don't think you understand what I was saying. The php thing was a bad example and you didn't understand, sorry. **TLDR:** In short, Instead of writing an absolute path(C:\my_projects\...)...
Also, a workspace name is the one set in the .code-workspace setting: Ex: "folders": [ { "name": "Main", "path": "wordpress\\wp-content\\plugins\\tabs-with-recommended-posts" }, { "name": "Server", "path": "." } ], If the...
I saw that the version of phan on vscode was update, and here not(so I can;t create a pull request), however as there were a lot ppl wanting for a...
I would do when I have time.