lukemurray / data-atom

Query and manage data sources from Atom
MIT License
152 stars 36 forks source link

Autocomplete issued in non-sql grammars #165

Closed SKalt closed 6 years ago

SKalt commented 6 years ago

To reproduce: connect to a database via data-atom and go to a non-sql-grammar editor. To resolve: Either restrict the autocomplete scope selector at line 7 of lib/providers/sql-meta-provider, provide a way to restrict the selector via configuration, or document where to alter atom or package-specific configuration cson to restrict the autocomplete scopes.