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

How to get the Keywords using Roslyn #7879

Closed
Vidhyakp opened this issue Jan 11, 2016 · 1 comment
Closed

How to get the Keywords using Roslyn #7879

Vidhyakp opened this issue Jan 11, 2016 · 1 comment
Labels
Area-IDE Question Resolution-Duplicate The described behavior is tracked in another issue

Comments

@Vidhyakp
Copy link

I need a script editor that provides intellisense and squiggling (something like DotNetpad )

With Recommender I am not able to get the "keywords" which was possible using ICompletionService which was public in earlier versions of Roslyn (Roslyn.Services.ICompletionProvider).

Can you please let me know whether we have any thing similar to ICompletionService in the latest Microsoft.CodeAnalysis version or any update on making "ICompletionService" public?

@Pilchie
Copy link
Member

Pilchie commented Jan 11, 2016

This is not currently possible, but issue #3538 is tracking that work.

@Pilchie Pilchie closed this as completed Jan 11, 2016
@Pilchie Pilchie added the Resolution-Duplicate The described behavior is tracked in another issue label Jan 11, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-IDE Question Resolution-Duplicate The described behavior is tracked in another issue
Projects
None yet
Development

No branches or pull requests

2 participants