Richer autocomplete
Open
- Dominant language
- Jupyter Notebook
- Stars
- 2.9k
- Forks
- 383
- PR merge metrics
- No merged PRs in 30d
Description
Scala has two autocomplete behaviors. One of the is to show the full method signature, after the method name is completed.
```
> "abc".apply
override def apply(index: Int): Char
```
For this kind, it'd be nice to have some syntax highlighting, or at least a better presentation that colors the types, names, and return type differently.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.