Tim Gray
unread,Feb 5, 2022, 6:21:51 PM2/5/22Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to BBEdit Talk
Playing around with the TeX LSP completions and I feel like I'm missing something. I installed texlab via homebrew.
texlab is definitely giving suggestions, though unfortunately they are much less "smart" than what I am seeing with the Python LSP completions. Anyway, when I type `\begin` and hit tab to complete, I get:
begin{<# $1 #>}
\end{<# $1 #>}
I have two questions about this. How can I get the completion to not eat the leading `\` before `begin` - that's pretty important in latex. Second, in other editors I've used, when one tabs to the placeholder in `\begin{}` and fills it in, they replace the `<# $1 #>` in the `\end{}` with the same content. I'm guessing there's no facility for that in BBEdit. Is that correct?
Tim