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

experience report: mistyping fun delimiter #107

Open
disconcision opened this issue Jan 29, 2025 · 2 comments
Open

experience report: mistyping fun delimiter #107

disconcision opened this issue Jan 29, 2025 · 2 comments

Comments

@disconcision
Copy link
Member

Below I accidentally typed fun as dun:

Image

If I go back and make the correction, the resulting state is:

Image

Not a bug, as the current policy is that expansion needs a space, but this strikes me as maybe sub-optimal in that the editor generally conditions people that they often don't need to insert spaces themselves, so obligate spaces for expansion might chafe a bit during corrections

@dm0n3y dm0n3y added bug Something isn't working and removed bug Something isn't working labels Jan 31, 2025
@dm0n3y
Copy link
Contributor

dm0n3y commented Feb 1, 2025

I'm thinking a combination of clearly indicating reserved keywords as being in error and letting Tab do the expansion (possibly indicating this expandability via Tab explicitly a la Cursor) should help here

@disconcision
Copy link
Member Author

that would help mitigate it for sure... remind me of why you're not keen on triggering expansion on move-away instead of space/tab?

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

No branches or pull requests

2 participants