-
-
Notifications
You must be signed in to change notification settings - Fork 83
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
Make the completion of struct more consistent #182
Comments
Actually, swapping the order solves this problem https://github.com/lexical-lsp/lexical/compare/main...scottming:lexical:make-struct-completions-more-consistent?expand=1, but I'm not sure if it's an improvement in user experience because sometimes you may want the current module more and other times you may want its sub-module more. In some auto-completion clients, once you have completed a sub-module, its order will be at the forefront, which may bring up other issues. beforeafterProblemafter you completed the |
So two things:
I also had a thought about the UX of struct completions this morning that I'd like to try.
|
@scottming I believe this is complete. I'm going to close this issue, re-open it if I'm incorrect. |
This #181 PR has dramatically improved the struct completions, but we can do even better by making the struct completion more consistent. Currently, we can complete sub-module structs in some places, while in others, we cannot.
The text was updated successfully, but these errors were encountered: