I found this article about Eclipse autocomplete for Codeigniter 2 & it worked 😊
autocomplete in Eclipse for codeigniter 2
after applying those changes when you type
$this->
within a function Eclipse suggests all the included classes & methods e.g load
& if you choose
$this->load->
it suggests all the methods of the “load” class
e.g view ... & preview its parameters 😉