Query Auto Completion - Mailing list pgadmin-hackers

From Avin Kavish
Subject Query Auto Completion
Date
Msg-id CAFpscOShVV00rO+US=XvYC21pECwmdrtMJ9PPL5Ag25yctrf6g@mail.gmail.com
Whole thread Raw
Responses Re: Query Auto Completion  (Dave Page <dpage@pgadmin.org>)
List pgadmin-hackers
Hi Hackers,

One major improvement I can think of for pgAdmin is query auto completion. In the Jetbrains IDEs, the database console does smart completion using relation and column names and even completes the join based on references.

For example, to get the query below I only had to type "s * f ma ij mo" (with enters in between)
Screenshot from 2019-07-25 15-40-35.jpg

I'm predominantly a front end developer and willing to take a crack at this.

Regards,
Avin
Attachment

pgadmin-hackers by date:

Previous
From: Dave Page
Date:
Subject: pgAdmin 4 commit: Improve error output for the RE-SQL tests.
Next
From: Akshay Joshi
Date:
Subject: pgAdmin 4 commit: 1) Fix accessibility issue for checkbox in IE11. Fixe