Im using F# to do a little scripting for automating tasks on our servers here. I would really love to have a light weight environment i could install on the servers themselves to give me FSI and auto-completion

Thank you


Just to clarify Im looking for something like PowerShell ISE but with VS auto completion

link|improve this question

I could be wrong, but I don't think this exists yet, would be great if someone could implement one though :) – Robert May 1 '11 at 6:37
I heard somewhere that the F# team are shying away from making FSI itself too powerful - there is auto completion in fsx files, and they want your scripts to be permanent rather than a bunch of stuff typed on a command prompt. So maybe you want a remote controlled FSI instead? – Kurt Schelfthout Jun 6 '11 at 12:16
feedback

1 Answer

up vote 2 down vote accepted

I don't think there is any complete project that includes completion, but Funtasticolor looks interesting.
A support for auto-completion and tool tips could be added using this simple command line tool.

link|improve this answer
+1 for fsintellisense – GregC May 1 '11 at 14:07
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.