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

Provide completions only within a SQL context #111

Merged
merged 2 commits into from
Mar 29, 2024

Commits on Mar 24, 2024

  1. Only provide completions when we seem to be in a SQL context

    Specifically, offer completions if the cell begins with %%sql or
    we're to the right of %sql on this line.  Note that this will have
    some false positives (if there's a string that contains '%sql'),
    but this should work in 99% of the cases.
    rschroll committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    6d76360 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    372631f View commit details
    Browse the repository at this point in the history