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

Completions for global namespace #7

Closed
kgooble opened this issue Mar 4, 2017 · 4 comments
Closed

Completions for global namespace #7

kgooble opened this issue Mar 4, 2017 · 4 comments
Assignees
Labels

Comments

@kgooble
Copy link

kgooble commented Mar 4, 2017

Hi, this project is super cool! I was testing it out and noticed that if I add classes in the global namespace, they do not show up for auto completion. Do you know why that is? If I add the class to a namespace and add the namespace to the Mono evaluator, the class shows up for autocompletion.

Thanks!

@hecomi
Copy link
Owner

hecomi commented Mar 9, 2017

Thanks for the report! I haven't noticed it... X( I'll investigate the cause of that bug.

@hecomi hecomi self-assigned this Mar 9, 2017
@hecomi hecomi added the bug label Mar 9, 2017
hecomi added a commit that referenced this issue Mar 9, 2017
@hecomi
Copy link
Owner

hecomi commented Mar 9, 2017

I couldn't find the way to do the global class comletion with Mono.CSharp.Evaluator.GetCompletions(). Instead of that, I added new completion plugin that finds global classes from all assemblies. Could you check the latest commit?

@kgooble
Copy link
Author

kgooble commented Mar 10, 2017

Fantastic! Thanks @hecomi, it works great as far as I can tell so far!

@hecomi
Copy link
Owner

hecomi commented Mar 10, 2017

Thanks for the test! I'll add it to release page as .unitypackage later. If you'll find some problem, please let me know ;).

@hecomi hecomi closed this as completed Mar 10, 2017
hecomi added a commit that referenced this issue Aug 18, 2019
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