Wrapper around F# REPL (FSI) enabling better editor integration. It exposes internal state of FSI session such as defined types, or bounded values using embedded HTTP server. It can potentially be used as a base for implementing the richer and more integrated IDE experience around F# REPL.
/values
- returns the list of bounded values in format:{ Name: string; Type: string; Value: string }
/types
- returns the list of defined types in format{Name: string; Signature: string}
.Signature
should be nicely formatted type signature in style of Ionide's tooltips.
Ths project is hosted on GitHub where you can report issues, participate in discussions, fork the project and submit pull requests.
dotnet tool restore
dotnet restore
dotnet run --project .\src\Falcon\
I want your help. No really, I do.
There might be a little voice inside that tells you you're not ready; that you need to do one more tutorial, or learn another framework, or write a few more blog posts before you can help me with this project.
I assure you, that's not the case.
And you don't just have to write code. You can help out by writing documentation, tests, or even by giving feedback about this work. (And yes, that includes giving feedback about the contribution guidelines.)
Thank you for contributing!
Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.
The library is available under MIT license, which allows modification and redistribution for both commercial and non-commercial purposes.
You can support Ionide development on Open Collective.
Become a sponsor and get your logo on our README on Github, description in the VSCode marketplace and on ionide.io with a link to your site.