JetBrains / JetBrains/Arend

Improve console REPL completion

Open
#334 2 comments 0 reactions 0 assignees View on GitHub
repl
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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.