Change the home directory for all the libraries. This is useful when you run IntelliComplete from a network computer. If the network is slow, IntelliComplete will be slow because of reading library files from network. You can copy all the libraries files to a local directory and change the library directory to that path. The library files you need to copy are listed below,
$INSTDIR\user.lib, user.mem
$INSTDIR\langlib\*.lib, *.mem
$INSTDIR\proflib\*.lib, *.mem
$INSTDIR\shlib\*.slb, *.mem
$INSTDIR represents the installation directory of IntelliComplete. Copy all the above files to a local directory while still preserving the original directory structure. For example, you can copy them to the following destination files,
c:\locallib\user.lib, user.mem
c:\locallib\langlib\*.lib, *.mem
c:\locallib\proflib\*.lib, *.mem
c:\locallib\shlib\*.slb, *.mem
After that, set the library directory to c:\locallib. IntelliComplete will read the library files from the specified local directory. The prompt will come up faster.