Built-in C#/VB.Net editor with intellisense - Roslyn, VSTA, or something else?
问题 I need to provide scripting capabilities within my application, allowing customers to extend its functionality using our object model. I was hoping to offer some kind of integrated C#/VB.Net editor with intellisense, but after looking at products like AvalonEdit and ScintillaNet, they don't appear to provide true code-completion, just an API where you can provide your own list of items to appear in the popup autocomplete list. I was therefore wondering if Roslyn provided any such features?