We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
lib.rs is about to be over 3k lines with #79 so we should really break it up in a few submodules. Might make sense to break it up roughly in the sections in https://microsoft.github.io/language-server-protocol/specification maybe?
The text was updated successfully, but these errors were encountered:
Also, do we want re-export all the types currently in lib.rs after they are moved?
Sorry, something went wrong.
FWIW, as a user of langaugeserver_types, I slightly prefer everything to be in one single file: it's easier to search for things when browsing source.
I think this is worth revisiting. I've struggled to catch everything when adding (and specifically modifying) types for new protocol versions.
No branches or pull requests
lib.rs is about to be over 3k lines with #79 so we should really break it up in a few submodules. Might make sense to break it up roughly in the sections in https://microsoft.github.io/language-server-protocol/specification maybe?
The text was updated successfully, but these errors were encountered: