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

more convenient super/subscript tab completion #38644

Closed
stevengj opened this issue Dec 1, 2020 · 0 comments · Fixed by #38649
Closed

more convenient super/subscript tab completion #38644

stevengj opened this issue Dec 1, 2020 · 0 comments · Fixed by #38649
Labels
good first issue Indicates a good issue for first-time contributors to Julia REPL Julia's REPL (Read Eval Print Loop)

Comments

@stevengj
Copy link
Member

stevengj commented Dec 1, 2020

The Fast Unicode Math vsCode plugin has the feature:

To convert a portion of text to a superscript or subscript just type \_123 or \^123 + [tab]. This will display ₁₂₃ or ¹²³.

This is a convenient way to type multiple super/subscript characters. (Currently, Julia requires you to type \_1<tab>\_2<tab>\_3<tab>.) It would be nice to support it in the REPLCompletions package.

@stevengj stevengj added the REPL Julia's REPL (Read Eval Print Loop) label Dec 1, 2020
@JeffBezanson JeffBezanson added the good first issue Indicates a good issue for first-time contributors to Julia label Dec 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Indicates a good issue for first-time contributors to Julia REPL Julia's REPL (Read Eval Print Loop)
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants