flow/src/tui/mode/overlay
CJ van den Berg 5cf52171f2
fix: use word-at-cursor for inserting completion if LSP does not provide a range
This is not perfect in every situation, but seems to be enough to use basic
completion with LSPs that do not send full insert/replace range
information.

closes #475, #484
2026-02-03 16:15:42 +01:00
..
buffer_palette.zig
clipboard_palette.zig
command_palette.zig
completion_dropdown.zig fix: use word-at-cursor for inserting completion if LSP does not provide a range 2026-02-03 16:15:42 +01:00
completion_palette.zig fix: remove completion de-duplication 2026-01-30 14:37:13 +01:00
dropdown.zig refactor: only count scored dropdown entries as matches 2026-02-03 11:37:06 +01:00
file_type_palette.zig
fontface_palette.zig
list_all_commands_palette.zig
open_recent.zig
open_recent_project.zig
palette.zig refactor: add tracing for update_hover, clear_hover_focus and refresh_hover 2026-01-15 17:53:12 +01:00
symbol_palette.zig
task_palette.zig
theme_palette.zig
vcs_status.zig