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

Support sql autoCompletion #5421

Closed
2 tasks
melin opened this issue Dec 12, 2023 · 3 comments
Closed
2 tasks

Support sql autoCompletion #5421

melin opened this issue Dec 12, 2023 · 3 comments

Comments

@melin
Copy link

melin commented Dec 12, 2023

Describe the feature

ACE is used to develop sql editor and support sql autoCompletion. This function is difficult to implement and requires sql syntax parsing ability. If ACE has such capability, it will be more convenient to use.
Recommend a Sql parser open source project: https://github.com/DTStack/dt-sql-parser

Use Case

SQL Editor

Proposed Solution

No response

Other Information

No response

Acknowledgements

  • I may be able to implement this feature request
  • This feature might incur a breaking change

ACE version used

1.x

@marinsokol5
Copy link
Contributor

Hey, thanks for the parser suggestion!

I don't think we will be adding more smart language features, like autoComplete, to Ace directly anymore.
I think we will slowly switch to recommend advanced Ace language features through https://github.com/mkslanc/ace-linters, so I am gonna move this issue there and we can try to prioritise it.

@marinsokol5
Copy link
Contributor

Opened your issue in mkslanc/ace-linters#88

@marinsokol5
Copy link
Contributor

I am gonna close this one, because I don't see us adding this functionality as part of Ace any time soon sadly. Thanks for the contribution.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants