Improve console REPL completion
- Dominant language
- Java
- Stars
- 756
- Forks
- 31
- PR merge metrics
- No merged PRs in 30d
Description
Improve REPL completion. Currently `ImportCompleter` will not work on this example:
```\import Combinatorics.{-caret-}```
Instead default completion will add Fin (instead of BinOp and Factorial).
Also make console completions smarter...
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating ImportCompleter and the console REPL completion entry points, then reproduce the `import Combinatorics.{-caret-}` example. Compare the suggested `Fin` completion with the expected `BinOp` and `Factorial` results. Done means import completion handles this case and the console completion behavior is made smarter as defined by the resulting tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- cli, developer-experience
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100