tkaplar / netbeans-opencart-plugin

NetBeans plugin for OpenCart
Other
10 stars 6 forks source link

NetBeans OpenCart Plugin

This is NetBeans plugin for OpenCart.

How to enable

enabled option is unchecked as default. Please check it on Project Properties > Frameworks > OpenCart 2

Environment

Features

Configuration Files

It contains config.php and admin/config.php

Ignore cache directory

system/cache is ignored with default. If you would like to avoid this, please, uncheck ignore system/cache directory option.

Code completion

$this->load->controller('[Ctrl + Space]');
$this->load->language('[Ctrl + Space]');
$this->load->model('[Ctrl + Space]');
$this->load->view('[Ctrl + Space]');

code completion

Code completion in tpl files

Code completion in tpl files

Resource files completion

$this->document->addStyle('[Ctrl + Space]');
$this->document->addScript('[Ctrl + Space]');

resource completion

Hyperlink navigation

This feature is available the followings:

$this->load->controller('');
$this->load->language('');
$this->load->model('');
$this->load->view('');
$this->document->addStyle('');
$this->document->addScript('');

hyperlink1

hyperlink2

Modules node

modules node

Autodetect function

autodetection

Go To Controller Action

You can move from view file to controller file.

  1. Right-click at the view
  2. Navigate > Go to Action

Settings

Project Properties > Frameworks > OpenCart 2