mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-11 17:37:00 +02:00
When the cursor is immediately to the right of a token, the cursor's column will be token.end.column + 1, so take this into account when choosing which token to autocomplete.