Tab doesn't do anything
- Dominant language
- Rust
- Stars
- 175
- Forks
- 32
- PR merge metrics
- No merged PRs in 30d
Description
- EdgeDB Version: EdgeDB 1.0-alpha.4+dev.68.g2f119281
- EdgeDB CLI Version: edgedb-cli 1.0.0-alpha.4
- OS Version: gentoo linux
When writing any query pressing "tab" doesn't do anything at all. It should actually perform tabulation (whether by inserting spaces or actual tab characters). This is especially annoying with nested queries (I used to copy/paste them a lot so I didn't notice before).
Contributor guide
No contributing guide indexed for this repository
Research direction
No source file or test is named. Start by locating the CLI REPL's query input and key-handling entry point, then verify how Tab is processed while writing nested queries. Done means pressing Tab inserts indentation, using spaces or tab characters, and the behavior is covered by an appropriate test if the input layer supports one.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- cli
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100