Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhance F# Interactive Documentation: Add Extended #help Directive Details #43736

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

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
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
1 participant