Hi,
i am new to JDE, and i am trying to figure out why the jde-complete-at-point
does not always work :
let's say i have this
public class Essai{
....
public void toto(String titi){
String tutu;
}
}
when i write "tutu." and when i do jde-complete-at-point it works fine :))
but when i write "titi." and when i do jde-complete-at-point then i get a
"can't find any declaration for titi" :(
what should i do ?
thanks !
Benoit.
- Re: completion question Rousselle Benoit
- Re: completion question Paul Kinnucan
