evidence-dev / sqltools-bigquery-driver

Query and Explore BigQuery from VSCode
https://marketplace.visualstudio.com/items?itemName=Evidence.sqltools-bigquery-driver
MIT License
40 stars 5 forks source link

Disable autocomplete #15

Closed Prehani closed 2 months ago

Prehani commented 1 year ago

I didn't see this in the docs--is there a straightforward way to disable keyword autocomplete? Or only begin after a character for that keyword is typed?

Thanks!

archiewood commented 1 year ago

You might have more luck over at the main SQLTools repo - autocomplete is mainly managed by that extension

The database specific drivers just configure which keywords are exposed

archiewood commented 2 months ago

I believe you can configure this for SQLtools globally by removing sql from

sqltools.completionLanguages

CleanShot 2024-09-09 at 17 45 18@2x