Netbeans class name completion
In Netbeans, when you press (by default) Ctrl + O, a "Go to type" window
shows up and allows me to navigate to class declaration only by entering
it's capital letters, eg. to go to class Foo_Bar_Blabla_Test I need only
to type "FBBT". Is there any possibility to achieve the same functionality
in code editor?
class My_New_Class extends FBBT
{
// class implementation
}
Is there any keystroke which will drop down a list of matching class names
when the cursos is at the end of the first line?
No comments:
Post a Comment