lukebuehler / CShell

A simple, yet powerful, C# scripting IDE and REPL
http://cshell.net
Other
703 stars 97 forks source link

Cannot Seem to Add Assembly to Intellisense #61

Open Camuvingian opened 10 years ago

Camuvingian commented 10 years ago

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?

lukebuehler commented 9 years ago

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