Use statements in PHP 5.3

Eddie Drapkin <[email protected]> Mon, 28 Dec 2009 20:30:58 -0500
Newsgroups gmane.comp.ide.komodo.general
Message-ID <[email protected]>
I'm not sure if this is the right list or not, but I think it is!

I just started trying out Komodo for the first time, and I'm liking it
a lot so far.  The project I'm working on, however, has stringent
guidelines on the use of namespaces, most specifically that the \
character should not appear in the code, but in use statements.  I'm
used to automatically created import/use statements in my IDE, and
Komodo does GREAT at detecting code and autocompleting namespaces, but
to the best of my ability, I've been unable to get Komodo to do this.
To be a little bit more clear, what I'm wanting to do is type "new
\Foo\Bar\Baz()" and have Komodo convert that to "new Baz()" and
automatically insert a "use \Foo\Bar\Baz;" statement at the top of the
script.

Is this possible?

Thanks!
-- Eddie
_______________________________________________
Komodo-discuss mailing list
[email protected]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
Other options: http://listserv.ActiveState.com/mailman/listinfo/Komodo-discuss