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

Fix completions for identifiers with dollar sign #156

Closed tkopets closed 6 years ago

tkopets commented 6 years ago

Dolar sign is treated as part of an identifier when evaluating autocompletion prefix. Dolar sign is escaped when formatting autocompletion items (otherwise Sublime Text assumes it a variable).

Fixes #152