-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Expose Rationalized Completion API #3538
Comments
Hi @DustinCampbell , Just wondering how you are going with this? Every now and then I check the repository hoping there is a public API. If there is one I didn't find it. Guess I should just keep an eye on this thread instead 😉 Looking forward to putting your fine work to "good" use. Cheers, |
Pushed back to 1.3 😢 Is there any info on what/how this is going to be exposed? Even code in a branch or something would be interesting to look at. |
How about code in a PR? #8170 |
😮 Quite an epic PR (as expected). If I am reading things right shouldn't be a huge amount of work to transition from the original version. Though I'll probably scratch that project I started back when roslyn was a CTP. I eventually want to add scripting support to an app I am working on. I have plenty to do before I "need" this though. I look forward to playing with it when it gets released. 😄 Keep up the good work. |
Yeah, it is a bit... epic. I think @mattwar was going to try to clean up the PR a bit to make it easier to review. 😊 |
This was implemented with #8170 |
Consuming the completion API is blocked by issue #11841 unless you are using Microsoft.VisualStudio.Composition as container (normal MEF container cannot load the CSharp.Feature assembly). |
Currently, there is an internal API for retrieving the completion items that would be displayed in a completion list. This is not currently in a shape that is ready for public consumption and needs rationalization.
The text was updated successfully, but these errors were encountered: