Skip to content
| Marketplace
Sign in
Visual Studio Code>Snippets>refsharpNew to Visual Studio Code? Get it now.
refsharp

refsharp

Robert Mawston

|
20,296 installs
| (0) | Free
Insert #I & #r for DLLs
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

refsharp README

icon refsharp allows you to add F# references and include paths (#r and optionally #I) to the current .fsx file by right clicking on a .dll in the explorer window.

Features

Direct reference insertion (#r only)

"refsharp.useDirectReferences": true

useDirectReferences-true

Include path and reference insertion (#I & #r)

"refsharp.useDirectReferences": false

useDirectReferences-false

Extension Settings

This extension contributes the following settings:

  • refsharp.useDirectReferences: sets refsharp to use either direct references (#r only), or indirect references (#I & #r)

Known Issues

No known issues

Release Notes

0.9.1 - alpha [Kingsman+]

Populated CHANGELOG.md file

0.9.0 - alpha [Kingsman]

Add configuration item to use either direct references (#r only), or indirect references (#I & #r)

0.6.0 - alpha

Initial alpha release of refsharp

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft