julia-snail icon indicating copy to clipboard operation
julia-snail copied to clipboard

Consecutive super/subscript completion

Open hatmatrix opened this issue 2 years ago • 2 comments

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?

hatmatrix avatar Oct 25 '23 04:10 hatmatrix

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.

gcv avatar Oct 25 '23 05:10 gcv

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

hatmatrix avatar Oct 25 '23 10:10 hatmatrix

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

gcv avatar Mar 03 '24 23:03 gcv