Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot Seem to Add Assembly to Intellisense #61

Open
Camuvingian opened this issue Nov 20, 2014 · 1 comment
Open

Cannot Seem to Add Assembly to Intellisense #61

Camuvingian opened this issue Nov 20, 2014 · 1 comment
Labels

Comments

@Camuvingian
Copy link

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
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants