Ben Mewburn
Ben Mewburn
As well as the workarounds described in this thread it is possible now to write some stubs using `@template` format in intelephense 1.9+ and add them to your workspace. for...
Please add a code example, I don't understand the issue. Below worked for me. 
This is currently not supported.
Does go to declaration resolve this? 
Sounds like type/method hierarchy support. I don't think this has been specified in the Language Server Protocol yet. There's an issue tracking it here https://github.com/microsoft/language-server-protocol/issues/136 .
Nice idea. Which lines would get wrapped in try? Just the call that throws? The current cursor selection?
tracking in #1316
Having trouble reproducing this issue. It's working for me.
@onetrev might the files be larger than the max file size setting? `intelephense.files.maxSize`
Workaround for now is to declare it beforehand `for ($i = 10, $o = 0; $i > 0; $i-= $o)`