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

Keyword completion for Recommender.GetRecommendedSymbolsAtPosition #2105

Closed
jbe2277 opened this issue Apr 20, 2015 · 4 comments
Closed

Keyword completion for Recommender.GetRecommendedSymbolsAtPosition #2105

jbe2277 opened this issue Apr 20, 2015 · 4 comments
Assignees
Labels
Area-IDE Concept-API This issue involves adding, removing, clarification, or modification of an API. Resolution-Duplicate The described behavior is tracked in another issue
Milestone

Comments

@jbe2277
Copy link
Contributor

jbe2277 commented Apr 20, 2015

Please provide keyword completion for C# and VB when using the public API Recommender.GetRecommendedSymbolsAtPosition.

We use GetRecommendedSymbolsAtPosition to provide auto-completion for our "Script" editor. This works really great and it helps much writing script code. If this method would provide the recommended keywords as well then the auto-completion would be nearly perfect :-).

You might have a look at http://dotnetpad.codeplex.com to see how we use Roslyn. I have created this open-source project to evaluate Roslyn.

@DustinCampbell DustinCampbell added Area-IDE Concept-API This issue involves adding, removing, clarification, or modification of an API. labels Apr 20, 2015
@DustinCampbell
Copy link
Member

This has been on our backlog for awhile now. I've been hoping to get to it for a long time.

@Pilchie Pilchie added this to the 1.1 milestone Apr 20, 2015
@DustinCampbell DustinCampbell modified the milestones: 1.2, 1.1 Oct 9, 2015
@DustinCampbell
Copy link
Member

Hey @jbe2277, we're working on a more fully fleshed-out completion list API that would essentially provide all of the completion items that we show in Visual Studio. Would that be more useful to you than an API that returned keywords? We're tracking the completion API here: #3538.

@jbe2277
Copy link
Contributor Author

jbe2277 commented Nov 5, 2015

Hi @DustinCampbell, this sounds great. Yes, that would be more useful than my request here.

@DustinCampbell
Copy link
Member

Cool! I'll close this one and we can focus on getting a better general completion list API. Thanks!

@DustinCampbell DustinCampbell added the Resolution-Duplicate The described behavior is tracked in another issue label Nov 5, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-IDE Concept-API This issue involves adding, removing, clarification, or modification of an API. Resolution-Duplicate The described behavior is tracked in another issue
Projects
None yet
Development

No branches or pull requests

3 participants