junichi11 / cakephp-netbeans

CakePHP support in NetBeans
http://cakephp.org
71 stars 18 forks source link

Go To Element #99

Closed ighormartins closed 9 years ago

ighormartins commented 10 years ago

When Ctrl Click an element on the View, if the Element doesn't exist it does nothing. Would be nice if it could create the element for me, like it does for the view.

E.G. I write this line: <?= $this->element('folder/subfolder/myelem') ?> Then I Ctrl + click, and as it doesn't exist, it should create it, or at least popup asking if I want to create.

Would make programming easier.

junichi11 commented 10 years ago

Thanks for your request. I'll add it. But I don't create a popup window. Instead, Show a tooltip ;)

dereuromark commented 10 years ago

It then should also support plugins, of course:

<?= $this->element('PluginName.folder/subfolder/myelem') ?>
junichi11 commented 10 years ago

@dereuromark I see. I'll try it after #104 ;)

junichi11 commented 9 years ago

I'm so sorry to be late...

I've added it.