With Eclipse, in a PHP project with SVN, how to "tell" Eclipse to find autocompletion choice only in
Posted
by ranskalainen
on Stack Overflow
See other posts from Stack Overflow
or by ranskalainen
Published on 2010-03-24T11:16:05Z
Indexed on
2010/03/24
11:33 UTC
Read the original article
Hit count: 319
Hello,
Using Eclipse on a PHP Project, I recently created a tag on my SVN. Since that day, let's say I'm working on a class in my trunk, when I ctrl+space in my code, Eclipse is getting really really slow (sometimes even freeze), and if I'm lucky, it will give me 2 responses for autocompletion : One referencing some method/class from the tag, one referencing method/class from the trunk. But right now, only the reference from the trunk would be useful for me.
Is there a way to limit where Eclipse parse the code to give back autocompletion suggestion ?
Thank you
© Stack Overflow or respective owner