Ionide + Paket has potentially a very nice story for scripting thanks in part to Paket's script generation feature. However, this isn't surfaced especially well in Ionide (indeed, many people don't even know about it). I would like to see a "all-in-one" script generation feature that would:
Prompt for a specific TFM (filtered by what's in dependencies file if possible)
Prompt for a specific group (if more than one in dependencies file)
Call generate-package-references in Paket to create reference scripts
Create an .fsx file which is pre-populated with a single line in it to #load the created reference script e.g. main.group.fsx
Ionide + Paket has potentially a very nice story for scripting thanks in part to Paket's script generation feature. However, this isn't surfaced especially well in Ionide (indeed, many people don't even know about it). I would like to see a "all-in-one" script generation feature that would:
#load
the created reference script e.g.main.group.fsx