You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: