We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, first of all, thanks for the extension; it is really life-saving.
Recently I noticed that keywords seem to be case sensitive, which means I must use lowercase for auto-complete to work:
select Id from Acc
SELECT Id FROM Acc
It should auto-complete in both cases. The good news is that the query in both cases work for Account, for instance, but is annoying.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Hi, first of all, thanks for the extension; it is really life-saving.
Recently I noticed that keywords seem to be case sensitive, which means I must use lowercase for auto-complete to work:
Working auto-complete fetches objects with acc
Not working auto-complete
It should auto-complete in both cases. The good news is that the query in both cases work for Account, for instance, but is annoying.
The text was updated successfully, but these errors were encountered: