Is there a way to hint WebIDE that a variable has some type? I have to iterate an array of objects, and there's no auto-completion available. This helps in ZendStudio:
/* @var ClassName $object */
Ben nesneleri bir diziyi bildirmek için JetBrains bir özelliği var biliyorum:
/**
* @return ClassName[]
*/
Ama bu sadece işlevin dönüş türü ile çalışır.