dotnet / dotnet/fsharp

dotnet fsi F# interactive predictive intellisense like powershell has

Open
#16,651 1 comment 2 reactions 0 assignees View on GitHub
Area-FSI Feature Request
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**

image

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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.