Evpok / latex-autocomplete

LaTeX autocompletion for atom
Other
9 stars 3 forks source link

Always wants to autocomplete \ref #12

Closed ghost closed 8 years ago

ghost commented 8 years ago

I have a line containing "section~\ref{something}" and whatever I type in the line behind that always triggers the dropdown to select a reference although the cursor is not inside a ref command. Even when I select something (up/down + enter) nothing happens and when I type the next character the dropdown pops up again.

One cannot deactivate the behavior in the options too.

latex-autocomplete version 0.5.2 Atom version 1.8.0

Evpok commented 8 years ago

Can you post a MWE ?

ghost commented 8 years ago
Lorem Ipsum Section~\ref{sec:Statement of the Problem} Lorem Ipsum Section~\ref{sec:Review of Literature} Lorem Ipsum Section~\ref{sec:Aims / Research Questions} Lorem Ipsum Section~\ref{sec:Methodology} Lorem Ipsum Section~\ref{sec:Plan of Work}
Evpok commented 8 years ago

I couldn't reproduce that, but it put some other bugs in evidence. See if 0.5.3 fixes it for you.

ghost commented 8 years ago

The problem seems fixed in 0.5.3!