silvermast/torqle

QueryEditor does not always highlight "active" query under cursor

Ouverte

#15 ouverte le 23 nov. 2024

 (0 commentaire) (0 réaction) (0 personne assignée)Vue (0 fork)auto 404
bugfrontendgood first issue

Métriques du dépôt

Stars
 (1 étoile)
Métriques de merge PR
 (Métriques PR en attente)

Description

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.

Guide contributeur