Ben Mewburn

Results 354 comments of Ben Mewburn

Check that you _haven't_ accidentally disabled the built-in PHP Language Basics extension and check that `intelephense.format.enabled` is `true`

I'll look at increasing this limit. Do you have that many files in the workspace? Could be that the extension is leaking ids somewhere.

Anyone use the local history extension? https://marketplace.visualstudio.com/items?itemName=xyz.local-history ? If so is the `.history` dir being excluded or stored outside of the workspace? How many files are in the workspace when...

@arispati do you really need a workspace with 24 projects open? Why not just open the project you are working on at the time?

@nickbasham is there any further info you can share about this project? Does it have over 131071 files in it? Does it have symbolic links to other large projects? Or...

Bumped to 262143 in 1.7.1

Type checking is currently restricted to where type declarations have been used, so this could be expanded. Though for the example above, when an assignment has been annotated it usually...

Fair enough. Agree that there should be some way of opting in for more thorough checking.

@Jemt we don't have an ETA for this feature

Do you have `intelephense.files.maxSize` set to a value greater than 9000000 ? If not, they would not be indexed because of the file size.