dotnet fsi F# interactive predictive intellisense like powershell has
- Dominant language
- F#
- Stars
- 4.3k
- Forks
- 876
- Avg merge
- 4d 22h
- Merged PRs (30d)
- 144
Description
**Is your feature request related to a problem? Please describe.**
dotnet interactive is great, but, unlike many modern cli tools, does not have predictive intellisense or suggestions for autocomplete.
**Describe the solution you'd like**
for example power shell has, based on history. could dotnet fsi also use history to show predictive intellisense?
some other cli use more stuff, e.g. Fig
* https://fig.io/
* https://www.poppastring.com/blog/powershell-intellisense-completion (pwsh, simple one with history)
could it use suggestions from fs autocomplete?
https://github.com/fsharp/FsAutoComplete
**Describe alternatives you've considered**
always use a code editor...
Contributor guide
Assessment
This issue has not been assessed yet.