sql-studio icon indicating copy to clipboard operation
sql-studio copied to clipboard

Features - Implement Auto-Suggestion - SQL Editor

Open Victor1890 opened this issue 4 months ago • 2 comments

Request for Endpoint to Provide Table and Column Names for Autosuggestion

Body

Hi @frectonz,

I have a few days to implement autosuggestion to the text editor. Currently, I am working on the keyword's functionality like SELECT, LEFT JOIN, WHERE, etc. but I want to add tables and column names and I need one endpoint to give me that info.

Before

image

After

image

Victor1890 avatar Oct 13 '24 22:10 Victor1890