// if this is cpp then we use our own completion manager
// that can optionally delegate to the R completion manager
if (fileType_.isC() || fileType_.isRmd())
{
completionManager = new CppCompletionManager(
this,
new Filter(),
cppContext_,
completionManager);
}