Enable completion suggestion after SELECT based on the tables
Open
- Dominant language
- Python
- Stars
- 3.3k
- Forks
- 95
- PR merge metrics
- No merged PRs in 30d
Description
If you open the chinook db and run the following command
```
select artists.name,albums.title from artists,albums where artists.`ArtistId` = albums.`ArtistId`
```
litecli will only suggest completions for `artist.` and `albums.` after the `where`, but not after the `select`. That means, the `artists.name,albums.title` have to be typed characters by character without completion help.
Contributor guide
Assessment
This issue has not been assessed yet.