You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This might already exist but I get a huge list of SQL keywords and sometimes the DB specific values (table names, column names, etc..) get buried in them. Is there an effective way to prefer column names and table names to sort higher?
Or probably more difficult prefer columns and functions in SELECT and WHERE scope, tables and table functions and buffer CTEs in FROM scopes.
Also, is there a way to restrict keyword selections (FROM, SELECT) to only show when all caps are used?
Like "Se" would no longer suggest SELECT?
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
This might already exist but I get a huge list of SQL keywords and sometimes the DB specific values (table names, column names, etc..) get buried in them. Is there an effective way to prefer column names and table names to sort higher?
Or probably more difficult prefer columns and functions in SELECT and WHERE scope, tables and table functions and buffer CTEs in FROM scopes.
Also, is there a way to restrict keyword selections (FROM, SELECT) to only show when all caps are used?
Like "Se" would no longer suggest SELECT?
The text was updated successfully, but these errors were encountered: