ANN: Latex, Python, Javascript (etc) tab completion #6647
williamstein
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
If you're editing a latex file (or .py or .sage, etc.) you can now hit tab to autocomplete. (In fact, this has been available via option/alt+space for a while, but probably nobody would ever realize that.)
Now, when you hit tab and there is something immediately before the cursor, it autocompletes based on the syntax highlighting mode. Tab without anything before it and for a selection works as before, inserting a tab/spaces or indendenting the selection.
In LaTeX:
In Python:
Beta Was this translation helpful? Give feedback.
All reactions