Skip to content
New issue

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

Auto completion problem with SHOW statements #55

Open
randomJoe211 opened this issue Dec 16, 2020 · 1 comment
Open

Auto completion problem with SHOW statements #55

randomJoe211 opened this issue Dec 16, 2020 · 1 comment
Labels
type/feature req Type: feature request

Comments

@randomJoe211
Copy link
Contributor

randomJoe211 commented Dec 16, 2020

At first I typed SHOW CREATE TAG and pressed Tab, and found a letter I was automatically entered.
image

Then I tried SHOW CREATE EDGE and the same thing happened. I realized this might be a problem related to the auto completion rules. Console may have mistaken the statements I entered as CREATE TAG or CREATE EDGE, so I may need INDEX, IF NOT EXISTS or IF EXISTS. But console ignored SHOW.

@randomJoe211 randomJoe211 changed the title Auto completion problem Auto completion problem with SHOW statements Dec 16, 2020
@randomJoe211
Copy link
Contributor Author

This should be a common problem with identifying the SHOW statements. If I enter SHOW CREATE SPACE and press Tab, it gives IF.

@Sophie-Xie Sophie-Xie added the type/bug Type: something is unexpected label Sep 28, 2021
@HarrisChu HarrisChu added type/feature req Type: feature request and removed type/bug Type: something is unexpected labels Dec 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/feature req Type: feature request
Projects
None yet
Development

No branches or pull requests

3 participants