camInstance.registerRootAssist(new CFMLArgumentAssist());
CFMLFunctionCompletionProcessor cfscp = new CFMLFunctionCompletionProcessor();
camInstance.registerRootAssist(cfscp);
camInstance.registerRootAssist(new CFMLFunctionParamAssist());
camInstance.registerRootAssist(new CFMLComponentAssist());
// //finds the components in a project, removed as we might use a new
// CFML Varscope parser
// finds the arguments in a cfc that you are talking about
camInstance.registerRootAssist(new CFMLVariableAssist());
// template assist