aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_querycompleter.cpp
AgeCommit message (Collapse)AuthorFilesLines
2026-08-04feat(completion): complete nothing inside a quoted literalDanilo M.1-0/+18
subject:"foo bar has the cursor in free text, where offering keywords would be wrong.
2026-08-04feat(completion): recognise value context after a prefixDanilo M.1-0/+41
The replace span covers the value only, so accepting a completion never overwrites the prefix that selected it.
2026-08-04feat(completion): add the query cursor-context tokenizerDanilo M.1-0/+66
Prefix completion only so far: the token under the cursor, bounded by whitespace or an opening parenthesis rather than by the start of the line.