Skip to content

Conversation

@shethaadit
Copy link
Contributor

@shethaadit shethaadit commented Nov 24, 2024

Summary

This PR adds a detailed explanation of the enhanced #help directive in F# Interactive, which now supports displaying documentation for specific objects or functions.

Key Updates:

  • Extended the "F# Interactive directive reference" section with additional details about #help.
  • Provided examples showcasing how users can interactively retrieve documentation for specific functions or objects in F# Interactive.
  • Included example output to demonstrate the usability of this enhancement.
  • Added a reference to the official development blog for further details.

These updates aim to improve discoverability and usability for F# developers, making it easier to understand and explore libraries interactively.

Fixes #43704


Internal previews

📄 File 🔗 Preview link
docs/fsharp/tools/fsharp-interactive/index.md Interactive programming with F#

@dotnetrepoman dotnetrepoman bot added this to the November 2024 milestone Nov 24, 2024
@dotnet-policy-service dotnet-policy-service bot added the community-contribution Indicates PR is created by someone from the .NET community. label Nov 24, 2024
shethaadit and others added 2 commits November 25, 2024 02:15
Resolving comments.

Co-authored-by: Tomas Grosup <[email protected]>
Resolving comments.

Co-authored-by: Tomas Grosup <[email protected]>
Copy link
Member

@BillWagner BillWagner left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks again @shethaadit

I'll :shipit: as soon as the build finishes.

@BillWagner BillWagner enabled auto-merge (squash) November 25, 2024 15:05
@BillWagner BillWagner merged commit 77880e4 into dotnet:main Nov 25, 2024
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

community-contribution Indicates PR is created by someone from the .NET community. dotnet-fsharp/svc

Projects

None yet

Development

Successfully merging this pull request may close these issues.

DOCS pages NET9 add new #help directive features

3 participants