Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Autocompletion improvements #331

Closed
snuyanzin opened this issue Jul 21, 2019 · 1 comment
Closed

Autocompletion improvements #331

snuyanzin opened this issue Jul 21, 2019 · 1 comment

Comments

@snuyanzin
Copy link
Collaborator

The idea is to improve existing autocompletion with several points

  1. No need for autocompletion if the cursor is inside single quoted string or a comment
  2. Schemas should be autocompleted
  3. It would make sense to complete first only schema or table name and then table or column separately rather than suggest e.g. table_name + "." + column_name for all possibilities.
  4. If the cursor is inside sql identifier quoted area then only schemas/table/column makes sense for completion
  5. If a schema/table/column name contains whitespace it should be completed with required sql identifiers
  6. Update tests to simplify junit tests of all cases mentioned above
@snuyanzin
Copy link
Collaborator Author

Merged as 32a915c

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant