Fesh 0.10.0

dotnet add package Fesh --version 0.10.0                
NuGet\Install-Package Fesh -Version 0.10.0                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Fesh" Version="0.10.0" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Fesh --version 0.10.0                
#r "nuget: Fesh, 0.10.0"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Fesh as a Cake Addin
#addin nuget:?package=Fesh&version=0.10.0

// Install Fesh as a Cake Tool
#tool nuget:?package=Fesh&version=0.10.0                

Fesh

code size license

Logo

Fesh is a Scripting Editor for F# on Windows. Screenshot

It is based on the excellent <a href="https://github.com/goswinr/AvalonEditB" target="_blank">AvalonEdit</a>. The editor supports F# 8.0 and has modern IDE features like semantic syntax highlighting, type-info and autocomplete. Unlike a typical F# REPL this editor has the input and the output in two separate windows. Just like Don Syme always wanted it to be. By hosting <a href="https://www.nuget.org/packages/FSharp.Compiler.Service/43.8.300" target="_blank">FSharp.Compiler.Service</a> in the same process the Editor can easily be hosted in other apps to create an embedded application scripting tool. This was in fact the primary motivation for creating this editor. I have used it for scripting in Rhino3D professionally since 2017 see my talk on Louvre Abu Dhabi. For hosting there is the nuget package Fesh. See hosting examples Fesh.Rhino and Fesh.Revit.

Features

Syntax Highlighting

Initial static syntax highlighting is done via AvalonEdit's regex based highlighting. see SyntaxHighlightingFSharp.xshd The F# Compiler Service. Provides additional semantic highlighting.

Auto complete

Auto complete works on enter and dot, also in middle of a word.

Type info

The type info includes the inferred signature. All of the xml docs and information about the containing assembly

Status bar

The statusbar at the bottom shows compiler error count, click on it to scroll to the first error.

Selection highlighting

Selected text is highlighted in both code and output window. The count is shown in the status bar.

How to build

For the standalone version just build the FeshStandalone.fsproj project:

Release notes

0.10.0

  • enable DefaultCode in host settings

0.9.0

  • first public release
Product Compatible and additional computed target framework versions.
.NET net7.0-windows7.0 is compatible.  net8.0-windows was computed. 
.NET Framework net472 is compatible.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.10.0 87 8/26/2024
0.9.0 83 6/27/2024

- enable DefaultCode in host settings