SublimeText / LaTeXTools

LaTeX plugin for Sublime Text
https://latextools.readthedocs.io/
2.01k stars 365 forks source link

Autofill helper does not appear for cite, ref, input #1582

Open jlsiewert opened 1 year ago

jlsiewert commented 1 year ago

The autofill helper does not appear for commands like \cite{}, \ref{}, input{}.

The console only shows Cannot determine completion type for current selection when triggering Ctl-l, Ctl-f. Any idea on how to debug this?

System: macOS Ventura, arm64 Sublime Text: 4 (4143) LaTexTools: v4.0.0_beta.0

jlsiewert commented 1 year ago

Ok, investigated that a little bit.

Looks like the regex plugin uses prebuilt binaries but has no support for arm64. They are waiting for Python 3.8 support in Package Control.

For now, using Rosetta is a workaround.