You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
Hello, thanks for this excellent package!
I found out that Julia supports consecutive super/subscript completion. Typing for instance,
x\_123<tab>
producesx₁₂₃
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?
The text was updated successfully, but these errors were encountered: