Do you think you can add support for auto-closing the math environments like $...$and \[...\]?
When using Atom, I was able to use the package latexer to enable auto-closing of \[\], and use the default package bracket-matcher to enable auto-closing of $$.
It seems like the only two LaTeX extensions on Nova currently don't do any of that. So I have to revert back to using Atom for the time being, but it would be great for either LaTeX or TeX Suite to support such features (although TeX Suite seems to be crashing on Nova v9.3, and this extension is way simpler and suits my most needs).
[Edit] I just remember that I actually have to manually close \[\] on Atom as well, I'm not sure why, but the auto-closing of \[\] only works some of the time, and I'd rather for it to be off.
Thank you, that’s a good idea. I had thought about it and run into some limitations/bugs of Nova’s API. But I’ll definitely look into it again. Thanks!
Do you think you can add support for auto-closing the math environments like
$...$
and?\[...\]
When using Atom, I was able to use
the package latexer to enable auto-closing ofthe default package bracket-matcher to enable auto-closing of\[\]
, and use$$
.It seems like the only two LaTeX extensions on Nova currently don't do
any ofthat. So I have to revert back to using Atom for the time being, but it would be great for either LaTeX or TeX Suite to support such features (although TeX Suite seems to be crashing on Nova v9.3, and this extension is way simpler and suits my most needs).[Edit] I just remember that I actually have to manually close
\[\]
on Atom as well, I'm not sure why, but the auto-closing of\[\]
only works some of the time, and I'd rather for it to be off.