graphql / graphiql

GraphiQL & the GraphQL LSP Reference Ecosystem for building browser & IDE tools.
MIT License
15.83k stars 1.69k forks source link

vscode-graphql, LSP, IDE Roadmap 2022 #2062

Open acao opened 2 years ago

acao commented 2 years ago

The next chapter now that 2021/2020 LSP Roadmap is complete

This applies to graphql-language-service-server, vscode-graphql which will soon be merged with this monorepo, and many other IDE plugins who often utilize graphql-language-service-cli via python, lua, java, etc.

Suggestions are welcome in the comments, if you want to nominate any bugs, feature requests here or in vscode-graphql, or create an RFC and suggest one, please feel free to!

šŸ› fixing bugs

šŸ’Æ new features

when adding changes to getAutocompleteSuggestions and other parts of graphql-language-service-interface, monaco-graphql will benefit!

šŸ¤ merge vscode-graphql with graphiql monorepo

šŸŒ€ refactors

šŸ’» e2e suite for vscode-graphql

using https://github.com/microsoft/vscode-extension-samples/tree/main/lsp-sample as a fantastic point of reference:

āš™ļø automation

acao commented 2 years ago

@timsuchanek here is the pinned LSP roadmap ticket!

timsuchanek commented 2 years ago

Thanks @acao !