whole namespace instead a single part

2 messages Options
Embed this post
Permalink
DarkPrisma

whole namespace instead a single part

Reply Threaded More More options
Print post
Permalink
hi!



is there a way to get the whole namespace instead a single part ?

current u have a looong namepace like: my\projekt\sub\name\space\subspace



if u want now to autocomplete u must klick, part to part

\my

\my\projekt

\my\projekt\sub

....



is it possible that u can go into a namespace, deeper and deeper without leaving the autocomplete menu and open it again and again....?





---------------------------------------------------------------------
To unsubscribe, e-mail: [hidden email]
For additional commands, e-mail: [hidden email]

radek matous

Re: whole namespace instead a single part

Reply Threaded More More options
Print post
Permalink
DarkPrisma wrote:

> hi!
>
>
>
> is there a way to get the whole namespace instead a single part ?
>
> current u have a looong namepace like: my\projekt\sub\name\space\subspace
>
>
>
> if u want now to autocomplete u must klick, part to part
>
> \my
>
> \my\projekt
>
> \my\projekt\sub
>
> ....
>
>
>
> is it possible that u can go into a namespace, deeper and deeper without leaving the autocomplete menu and open it again and again....?
>  
e.g. for code like this:
\my\projekt\sub\name\space\subspace\MyClass::myMethod();
is better type: \MyCla| (CC) which should generate
\my\projekt\sub\name\space\subspace\MyClass:: and next CC is invoked

Anyway this week (probably tomorrow) we are planning to publish
screencast on http://blogs.sun.com/netbeansphp/
If you don't find solution for your usecases after seeing it, then
please let us know again

thanks
Radek



---------------------------------------------------------------------
To unsubscribe, e-mail: [hidden email]
For additional commands, e-mail: [hidden email]