v.25.11Improvement

Clickhouse-client and clickhouse-local in the interactive mode

clickhouse-client and clickhouse-local in the interactive mode will highlight identifiers in the command line that have the same name as the current one under the cursor. #89689 (Alexey Milovidov).
clickhouse-client and clickhouse-local interactive mode now supports identifier highlighting for names matching the one under the cursor.

Why it matters

This feature helps users easily locate and distinguish all occurrences of an identifier currently focused in the command line, improving readability and navigation while composing SQL queries interactively.

How to use it

Simply use clickhouse-client or clickhouse-local in interactive mode as usual. When the cursor is placed on an identifier, all other identifiers with the same name in the command line will be highlighted automatically.