-
Notifications
You must be signed in to change notification settings - Fork 378
Closed
Description
Environment
- TeXstudio: 4.8.6
- Qt: 6.8.1
- OS: windows 10/11
- TeX distribution: N/A
Related: #3962
Expected behavior
When autocompleting keyvals, it should match the entire typed string.
Actual behavior
If the keyval is on a new line, it does not. It starts from the immediately preceding letter.
Here I've typed only the letter i, hit Ctrl+Space, and the completion list is as expected.
But after typing in and hitting Ctrl+Space, the completion list matches keyvals starting with n, not in as expected.
The expected behavior does occur if the keyval is on the same line as the command.
How to reproduce
Place cursor after in and hit Ctrl+Space.
\documentclass{article}
\usepackage{tcolorbox}
\begin{document}
\tcbset{
in
}
\end{document}I've confirmed the issue on both Windows 10 and 11 machines.
Metadata
Metadata
Assignees
Labels
No labels