Welcome Guest, Not a member yet? Register   Sign In
Need Helps in netbeans... code hinting and code template
#1

[eluser]Unknown[/eluser]
For anyone who use netbeans in daily bassis,
I would like to ask about code hinting and code template feature in netbeans..

1. code hinting
i try to direct access a clase, for example:
myClass::doUpdate();

the problem is where i write myClass:: , there's no code hinting after it. It different if i use:
$object=new MyClass();
$object->doUpdate();

when i write until '->' , code hinting appears and list all the public function there.

anything i should set to achieve same result between -> and :: ?


2. Code template
i already create Code Template with 'joomdef' as Abbreviation and "defined('_JEXEC') or die('Restricted access');" as expanded text. i set expand template on Tab.

however, i confuse how to trigger the code template because when there's nothing happen when i try to combine tab with 'joomdef'.

how to use code template properly ?




Theme © iAndrew 2016 - Forum software by © MyBB