silvermast/torqle

QueryEditor does not always highlight "active" query under cursor

開放

#15 建立於 2024年11月23日

 (0 則留言) (0 個反應) (0 位負責人)Vue (0 個分叉)auto 404
bugfrontendgood first issue

倉庫指標

星標
 (1 顆星)
PR 合併指標
 (30 天內沒有已合併 PR)

描述

When writing a query, there's logic to highlight the active query based on cursor location. For SQL connections, if you type out a query, then ;, then hit enter, it's not finding the query just before the cursor.

Update the "Query Under Cursor" logic to support looking backwards for a query if nothing exists after the cursor.

貢獻者指南