Skip to content
| Marketplace
Sign in
Visual Studio>Tools>ripl Visual Studio Extensions
ripl Visual Studio Extensions

ripl Visual Studio Extensions

Raghavendra Chandrashekara

|
15 installs
| (0) | Free
A set of useful extensions, mainly for myself. 1. Copy code with line numbers. 2. Comment adornments (from Visual Studio Extension Documentation, needs to be extended and completed to make it useful).
Download

ripl Visual Studio Extensions

These are a set of Visual Studio Extensions that I created for myself while writing my book Get Going With F#. All commands are accessed through the Extensions > ripl menu. The following menu items are implemented:

  1. Copy with Line Numbers: Copies the selected text with line numbers. The copied text is placed in the clipboard in two data formats, plain text and also RTF. The command works best with F# but other languages should also be supported as many languages share common keywords like if, for, then, do, etc. ...

LineNumbers.jpg

  1. Add Comment: Adds a comment to the selected text. The code is essentially the same code that you can create for yourself by following the instructions at Walkthrough: Using a Shell Command with an Editor Extension. I found the link to this walkthrough through this link.
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft