CShell icon indicating copy to clipboard operation
CShell copied to clipboard

Cannot Seem to Add Assembly to Intellisense

Open Camuvingian opened this issue 10 years ago • 1 comments

Hi Luke,

I am attempting to add a new reference to the ICompletion provider via

editor.CompletionEngine.AddReferences(new Assembly[]
{
    typeof(MathNet.Numerics.LinearAlgebra.Matrix<double>).Assembly
});

where the editor.ComletionEngine is

ICompletion CompletionEngine;

This does not seem to add the required intellisense types to the completion list. Am I missing something simple here?

Camuvingian avatar Nov 20 '14 17:11 Camuvingian

sorry for the long delay. what version are you using, a lot of things changed in the dev branch

lukebuehler avatar May 07 '15 21:05 lukebuehler