fsharp
fsharp copied to clipboard
dotnet fsi F# interactive predictive intellisense like powershell has
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...