mtxr / SublimeText-SQLTools

SQLTools for Sublime Text 3
https://code.mteixeira.dev/SublimeText-SQLTools/
GNU General Public License v3.0
177 stars 40 forks source link

Add a setting to disable completion for selectors #211

Closed tkopets closed 5 years ago

tkopets commented 5 years ago

Add a setting to disable completion for certain selectors instead of hard-coding them. This should fix (enable) completions for SQL code embedded as a string in other languages. Fixes #199