aboutsummaryrefslogtreecommitdiffstats
path: root/src/querycompleter.cpp
AgeCommit message (Collapse)AuthorFilesLines
2026-08-04feat(completion): recognise value context after a prefixDanilo M.1-4/+14
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/+54
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.