ChrisPritchard / FSH

F# Shell with integrated F# scripting. Like Bash or Powershell, but better 'cause F#.
MIT License
258 stars 12 forks source link

Question/Idea: Intellisense in FSH? #26

Open jkone27 opened 2 years ago

jkone27 commented 2 years ago

maybe some intellisense display could be given via

https://github.com/fsharp/FsAutoComplete

not an expert, but that would be super cool ofc!

just have no idea of in moder shells this is done (intellisense/autocomplete)


Thank you so much for this amazing project!

ChrisPritchard commented 2 years ago

Thanks for the support! Maybe, in regards to your suggestion :)

For context, FSH was built for the F# Applied Competition back in 2019, when my F# knowledge was average and my shell experience only windows-bound (i.e. nonexistent). Its basically a proof of concept - I feel like it needs a good rewrite, some sort of integration with proper ptys/ttys for example.

So I am a little reluctant to keep bolting things on unless they're easy (like the global tools thing). I'll have a think - maybe its time to look into a rewrite. Its linux performance was always shit as I recall.