We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When typing in a key containing space(s), hit space continues autocompletion.
The autocompletion exits immediately after typing in a space.
To use tikz option line width=1pt, type in "line" and the autocompletion pops and reduces normally, then hit space. The autocompletion exits.
line width=1pt
\documentclass{article} \usepackage{tikz} % type in "line", then hit space \tikzset{} \begin{document} content \end{document}
The text was updated successfully, but these errors were encountered:
(maybe as a workaround) enter space as ctrl+space
ctrl+space
Sorry, something went wrong.
This workaround shows a further problem: when you then type w then the completer positions on line width=. But now pressing ctrl+space inserts white.
w
line width=
white
4329508
Fix is ok from my side, thanks.
No branches or pull requests
Environment
Expected behavior
When typing in a key containing space(s), hit space continues autocompletion.
Actual behavior
The autocompletion exits immediately after typing in a space.
How to reproduce
To use tikz option
line width=1pt
, type in "line" and the autocompletion pops and reduces normally, then hit space. The autocompletion exits.Screen.Recording.2023-11-12.at.20.36.25.mov
The text was updated successfully, but these errors were encountered: