Laxer is a package to help you with your every day LaTex needs.
####Reference autocompletion
Triggers:
- Typing in
\ref{
or\eqref{
- Deleting anything so that the left of the cursor reads
\ref{
or\eqref{
, e.g. deleting the word 'something' from\ref{something}
####Bibliography autocompletion
Will scan through the file to find
\bibliography{mybib.bib}
and then scan through the file named mybib.bib
to get the citations.
Triggers:
- Typing in
\cite{
or\textcite{
- Deleting anything so that the left of the cursor reads
\cite{
or\textcite{
, e.g. deleting the word 'something' from\cite{something}
#####Environment autocompletion
Triggers:
- Having an unmatched
\begin{env_name}
or\[
in the line above.