CakeStorm icon indicating copy to clipboard operation
CakeStorm copied to clipboard

Components not detected properly

Open chadfurman opened this issue 10 years ago • 1 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...

chadfurman avatar Jun 30 '15 18:06 chadfurman

I'm thinking that this is a case for reference contributors? https://confluence.jetbrains.com/display/IntelliJIDEA/Reference+Contributor https://github.com/vexus2/cake-storm/blob/master/src/com/vexus2/cakestorm/reference/FactoryReferenceContributor.java https://github.com/vexus2/cake-storm/blob/master/src/com/vexus2/cakestorm/reference/CakeStormReferenceContributor.java https://github.com/vexus2/cake-storm/blob/master/src/com/vexus2/cakestorm/reference/StringLiteralReferenceProvider.java https://github.com/vexus2/cake-storm/blob/master/src/com/vexus2/cakestorm/reference/TemplateReferenceProvider.java

chadfurman avatar Jun 30 '15 19:06 chadfurman