junichi11 / cakephp3-netbeans

CakePHP3/4 support in NetBeans
Apache License 2.0
46 stars 10 forks source link

Autocomplete for UrlHelper #29

Closed adayth closed 9 years ago

adayth commented 9 years ago

Overview description

Autcomplete of UrlHelper isn't available.

Steps to reproduce

  1. Go to any view file.
  2. Write $this-> and Url isn't found.

    Expected results

Url helper should appear in autocomplete because is a core helper.

Version number of the plugin

0.0.5

Version information of NetBeans

8.0.2 (Build 201411181905)

junichi11 commented 9 years ago

@adayth Cake\View\View is missing @property for UrlHelper. So, could you send a PR or submit an issue for it to the cakephp/cakephp repository?

Thanks.

adayth commented 9 years ago

Issue submitted to cakephp repository cakephp/cakephp#7018

junichi11 commented 9 years ago

@adayth Perfect!

BTW, you used an issue template in this issue, it's so good :+1:

Thanks.

adayth commented 9 years ago

No problem. I'm happy to collaborate with a tool that I use daily.

junichi11 commented 9 years ago

Your PR is available in version 3.0.9 :) http://cakephp.org/changelogs/3.0.9