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
could it use suggestions from fs autocomplete?
https://github.com/fsharp/FsAutoComplete
Describe alternatives you've considered
always use a code editor...
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
could it use suggestions from fs autocomplete?
https://github.com/fsharp/FsAutoComplete
Describe alternatives you've considered
always use a code editor...