Open
Description
- 1 Press Tab after FROM, autocomplete schema, it works.
// "schema." is PcItemDynamic callback returned.
SELECT * FROM schema.
- 2 Continue to press Tab for the prompt table list. It looks this:
SELECT * FROM schema. table
I know the result is right. Every autocompletion will add space.
I want:
SELECT * FROM schema.table
What should I do?
Thanks!
Metadata
Metadata
Assignees
Labels
No labels