Re: PHP class completion
Andras Mantia <[email protected]>
| Newsgroups | gmane.comp.kde.devel.quanta.user |
|---|---|
| Message-ID | <[email protected]> |
On Friday 24 October 2008, Niko Sams wrote: > But it doesn't know about other classes/functions that might be > avaliable in the current file. If the class is in the current file, it should know about it. If it is in an included file, that parsing is really dumb. You may force a refreshing of the parser in the structure tree (right click, reparse). Andras