Skip to content

Actions dependent on Tab key not working in Windows due to LLVM's LineEditor class (e.g. clang-query Tab auto-completion) #107377

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

Closed
MichelleCDjunaidi opened this issue Sep 5, 2024 · 2 comments
Labels

Comments

@MichelleCDjunaidi
Copy link
Contributor

As per #106672 (comment), most of the Tab key actions relies on GNU read-line and as a result things like clang-query's Tab auto-completion doesn't work in Windows. LLVM currently has no fallback code for this.

@llvmbot
Copy link
Member

llvmbot commented Sep 5, 2024

@llvm/issue-subscribers-clang-query

Author: None (MichelleCDjunaidi)

As per https://github.com//pull/106672#issuecomment-2326442298, most of the Tab key actions relies on GNU read-line and as a result things like clang-query's Tab auto-completion doesn't work in Windows. LLVM currently has no fallback code for this.

@AaronBallman AaronBallman added the confirmed Verified by a second party label Sep 5, 2024
@AaronBallman
Copy link
Collaborator

This isn't specific to clang-query, but is true of anything using LLVM's LineEditor class.

@MichelleCDjunaidi MichelleCDjunaidi changed the title Actions dependent on Tab key not working in Windows e.g. clang-query Tab auto-completion Actions dependent on Tab key not working in Windows due to LLVM's LineEditor class (e.g. clang-query Tab auto-completion) Sep 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants