Roslyn has an API to create custom analyzers to provide code context based completion through implementing CompletionProvider's and shipping them to with NuGet package. With that comes the CompletionService, which gives an ability to access these completions.
Hi ronimizy!
Could you please explain your case in more detail? Thank you!
Roslyn has an API to create custom analyzers to provide code context based completion through implementing CompletionProvider's and shipping them to with NuGet package. With that comes the CompletionService, which gives an ability to access these completions.
Does Rider utilises it?
Hi ronimizy, thank you for the details!
It seems like it is not possible for now in Rider. I've posted a feature request for you. Feel free to follow it and upvote. Have a great day!