-
-
Notifications
You must be signed in to change notification settings - Fork 73
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
Automatically fill prelude module name when prelude name is typed #255
Comments
Hey, I would like to work on this feature. |
@Naman-sopho The proper way to solve this issue would be to handle all key events when filling prelude package edit input and fill name of the module on-the-fly. |
@chshersh I have pushed the changes to my fork here. |
@Naman-sopho can you please make the PR if you think that we can help to proceed with the further work 🙂 It would be really nice to have these changes, however, the implementation might not be the easiest... |
I feel it would be nice to use/offer Is it a sommoner-tui defect that the specified prelude module is not imported into Main.hs? (Next time I try the cli:) |
Like in CLI, assume that if the prelude name is
somePrelude
the prelude module name could beSomePrelude
.The text was updated successfully, but these errors were encountered: