vexus2 / CakeStorm

CakeStorm is a PhpStorm plugin for CakePHP users.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Components not detected properly

chadfurman opened this issue · comments

Detection of components, especially components in plugins and/or parent classes, is faulty. As it stands, $this->Json->render shows Json as not available., let alone the render() method. Ctrl+click on the component goes nowhere.

I'm on a Cake1.2 project right now, and I'd be happy to make sure it works on this older version...