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

Sort out the awful imports experience #24

Closed
keynmol opened this issue Aug 26, 2022 · 0 comments · Fixed by #45
Closed

Sort out the awful imports experience #24

keynmol opened this issue Aug 26, 2022 · 0 comments · Fixed by #45
Milestone

Comments

@keynmol
Copy link
Contributor

keynmol commented Aug 26, 2022

This is just too much:

import langoustine.lsp.requests.*
import langoustine.lsp.structures.*
import langoustine.lsp.json.*
import langoustine.lsp.enumerations.*

import langoustine.lsp.RuntimeBase.uinteger
import langoustine.lsp.RuntimeBase.DocumentUri

We should aim to somehow bring all of them into the same all object.

I thought of using export clause which seems designed for this exact purpose, but I worry about the IDE experience

@keynmol keynmol added this to the 0.1.0 milestone Aug 26, 2022
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 a pull request may close this issue.

1 participant