Yii plugin adds useful enhancements to NetBeans IDE including the following:
- Code completion in views (including variables passed to view and
$this
). - Go To Action, Go To View.
- Go to view via clicking on
render
orrenderPartial
argument. - Go to file via clicking on path alias (
Yii::import
,widget
,beginWidget
,createWidget
,beginCache
). - New project wizard.
Currently plugin can be downloaded and installed manually from plugin page and soon will be available right from IDE settings.
If you have issues or feature requests please use github issue tracker for reports.