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

Consecutive super/subscript completion #131

Closed
hatmatrix opened this issue Oct 25, 2023 · 3 comments
Closed

Consecutive super/subscript completion #131

hatmatrix opened this issue Oct 25, 2023 · 3 comments

Comments

@hatmatrix
Copy link

Hello, thanks for this excellent package!

I found out that Julia supports consecutive super/subscript completion. Typing for instance, x\_123<tab> produces x₁₂₃ in the REPL. However, I don't get this behavior in the Emacs script file (nothing happens when I hit <tab>) I also tested in VS Code and don't get that either (there, hitting <tab> just enters tab character).

Is there something that needs to be added specifically to the editor or it's just something difficult to implement?

@gcv
Copy link
Owner

gcv commented Oct 25, 2023

It should be possible to make Emacs do this, but it's a matter for julia-mode, as Snail relies on it for code formatting.

@hatmatrix
Copy link
Author

Thanks a lot. I see every entry for these characters are included manually so maybe difficult to implement but will check.

@gcv
Copy link
Owner

gcv commented Mar 3, 2024

Closing as there isn't anything to do on the Snail side.

@gcv gcv closed this as completed Mar 3, 2024
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