Skip to content

feat: add rich autocomplete and syntax highlighting#373

Merged
zhanglei1949 merged 7 commits into
alibaba:mainfrom
Mrhs121:improve-cli
May 25, 2026
Merged

feat: add rich autocomplete and syntax highlighting#373
zhanglei1949 merged 7 commits into
alibaba:mainfrom
Mrhs121:improve-cli

Conversation

@Mrhs121
Copy link
Copy Markdown
Contributor

@Mrhs121 Mrhs121 commented May 19, 2026

close #372

@Mrhs121
Copy link
Copy Markdown
Contributor Author

Mrhs121 commented May 19, 2026

@zhanglei1949 Could you PTAL? Thanks!

@longbinlai longbinlai requested a review from BingqingLyu May 19, 2026 06:19
@BingqingLyu BingqingLyu requested a review from lnfjpt May 19, 2026 06:21
@Mrhs121 Mrhs121 changed the title feat(cli): add rich autocomplete and syntax highlighting feat: add rich autocomplete and syntax highlighting May 19, 2026
COMMAND_MAX_ROWS = ":max_rows"
COMMAND_UI = ":ui"
SHELL_COMMANDS = [COMMAND_HELP, COMMAND_QUIT, COMMAND_MAX_ROWS, COMMAND_UI]
CYPHER_KEYWORDS = [
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@shirly121 Could you confirm if we support all these keywords and built-in functions?

@zhanglei1949 zhanglei1949 requested a review from shirly121 May 22, 2026 02:54
@longbinlai
Copy link
Copy Markdown
Collaborator

@Mrhs121 Could you please fix above ci errors?

@Mrhs121
Copy link
Copy Markdown
Contributor Author

Mrhs121 commented May 22, 2026

@Mrhs121 Could you please fix above ci errors?

Ok, done

@zhanglei1949
Copy link
Copy Markdown
Member

Hi @Mrhs121, thank you so much for this contribution! This PR significantly improves the usability of NeuG.

Copy link
Copy Markdown
Member

@zhanglei1949 zhanglei1949 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@zhanglei1949 zhanglei1949 merged commit 5243b60 into alibaba:main May 25, 2026
13 checks passed
@lnfjpt lnfjpt mentioned this pull request May 26, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat(cli): add rich autocomplete and syntax highlighting

3 participants