Redash: Disable SQL auto-complete by default

Created on 4 Oct 2018  路  3Comments  路  Source: getredash/redash

We've had a request in the Mozilla fork to turn off auto-complete by default. https://github.com/mozilla/redash/issues/464

I'm opening this ticket to have any discussion needed about adding a configuration toggle for whether SQL auto-complete is on or off by default.

Most helpful comment

Implemented the toggle.

All 3 comments

How about we start with storing the state of autocomplete (enabled/disabled) in local storage? This way you won't have to disable it everytime you open a query editor.

If after that users will still feel like it's too much, we can look into adding a more global configuration.

Also, we should probably address the core issue here: improving the predictions autocomplete suggests.

That seems like a good start indeed, thanks for the suggestion @arikfr!

Implemented the toggle.

Was this page helpful?
0 / 5 - 0 ratings