Hi Marcio,
This should make it possible to load fsharpi (F# interactive) inside vim,
which would be very useful.
>> I will work in the next week to write a script to integrate
fsintellisense
>> tool updated by Thomas with the vim omnicompletion.
>> Any help or tips are welcome!
The idea with the fsintellisense tool (now available in
"FSharp.AutoComplete" as part of fsharpbinding:
https://github.com/fsharp/fsharpbinding) is that an editor plugin can load
it in a hidden buffer and communicate with it to get completion information
- so this would not be visible to the user.
If you can feed the content of the current buffer (with F# source code) to
the tool somehow using standard input and then read the results (using
standard output) and present them to the user in some list or another
buffer, that could be great start!
Tomas