Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 509 Bytes

TODO.md

File metadata and controls

12 lines (11 loc) · 509 Bytes

To Do List

The following list contains features, fixes, improvements and anything that should be done for this project.

  • Add Simple Handler which doesn't limit suggestions
  • Determine SQL statement structure as it pertains to auto-completion
  • Group completions according to determined statement structure
  • Determine contexts for each completion group based on
    • Current Multi-Line Buffer
    • Completion Group
    • Scope Descriptor
  • Implement Appropriate Handlers
  • Strive for 100% code coverage