[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.tools.pdt] Code Completion: include require

As a new feature, with low priority (Is more importat and easy for now to 
make code completion take care of variables scope: at the moment private 
variables are considered like public),  it would be nice having the code 
completion take care of files included and NO the overall projects.

That is: if I open a big project, create a new php file, and type $, the 
code completion shows every variable of the project. In large application 
could probably tilt the IDE or at least make the developer a little nervous.

In other words is important to limit code completion to the real available 
variables in a specific file, taking care of include and require (AND not 
only for static paths, but also things like BASE_PATH . "/mydir", in view o 
making PDT the best for big projects! :-)

Should I write this down on bugzilla or this issue is already well known?

Hi all!
Rik - Riksoft.