-
Notifications
You must be signed in to change notification settings - Fork 124
Open
Description
(from #62)
As a user of sqliteviz,
In order to understand what functions are available for the query,
I want to be able filter available in the query editor and/or dedicated panel.
SQLite has PRAGMA function_list
. This list can be fed to CodeMirror autocomplete, or, say, right pannel with a filter akin to Google Sheets function list.
Question
- Has CodeMirror a mechanism to feed available SQL functions? An extension needed? Try out
monaco-editor
as alternative? - Is it possible to show documentation snippet in the CodeMirror autocomplete?
- How to tell which functions are from which extensions?
Metadata
Metadata
Assignees
Labels
No labels