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

feat: Monaco graphql Completion #1428

Merged
merged 1 commit into from
Mar 15, 2020

Conversation

rebornix
Copy link
Contributor

@rebornix rebornix commented Mar 15, 2020

Re #1421

Had a good discussion offline with @acao about how to incrementally support GraphQL LSP in Monaco and we agreed to implement Completion first, with which we can test the runtime agnostic GraphQL LS and get a good understanding of integration between Monaco and GraphQL LS.

The code is still not demo-ready due to three blockers, which can be resolved later:

@acao
Copy link
Member

acao commented Mar 15, 2020

awesome work, @rebornix ! thank you so much!

@@ -52,6 +53,34 @@ import {
objectValues,
} from './autocompleteUtils';

// TODO@acao,rebornix
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ah i see, yes i dont think we need to take step into account, as this context isn't needed in this case

@acao
Copy link
Member

acao commented Mar 15, 2020

going to go ahead and merge this to the working branch! thanks a bunch

@acao acao changed the title Monaco graphql: Completion feat: Monaco graphql Completion Mar 15, 2020
@acao acao merged commit 70e4874 into graphql:feat/monaco-service Mar 15, 2020
acao pushed a commit that referenced this pull request Apr 4, 2020
acao pushed a commit that referenced this pull request Apr 5, 2020
acao pushed a commit to acao/graphiql that referenced this pull request Apr 6, 2020
acao pushed a commit to acao/graphiql that referenced this pull request Apr 6, 2020
acao pushed a commit to acao/graphiql that referenced this pull request Apr 9, 2020
acao pushed a commit to acao/graphiql that referenced this pull request Apr 12, 2020
acao pushed a commit to acao/graphiql that referenced this pull request Apr 13, 2020
acao pushed a commit to acao/graphiql that referenced this pull request Apr 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants