When you want to load a model with Code Igniter like $this->load->module('Very_Long_Name_Model','model') and you refer the alias instead of the very long model name you don't get the autocompletion. Is it possible to implement this?

juanc says:

could you please post a sample code so I can understand better the problem?