Skip to content
| Marketplace
Sign in
Visual Studio>Tools>FSharpJump
FSharpJump

FSharpJump

fwaris

|
1,111 installs
| (0) | Free
F# outlining and navigation tool. Pops up a window in the F# editor which lists the namespaces, modules, types and "let bindings" in the current document. Pressing enter key on the selected list item will jump the caret to that line. Use Ctrl + "." (dot) to invoke the jump l...
Download

FSharpJump is an F# Outlining and Navigation Tool [VS11 Dev Preview Version]

In an F# editor window, use Ctrl+"." (dot) to pop-up the FSharpJump

window. The window outlines the content of the current document in terms ofnamespaces, modules, types and  "let bindings". Select an item and press enter to  'jump' to the line containing the item. You can also use double-click to jump.

The list can be filtered by typing some characters. Only items that contain the typed characters are shown. You can use backspace to remove characters from the filter.

To close the window press escape.

Source code: http://fsharpjump.codeplex.com/

------------------------------

Change Control

3.0
  • fixed 'private' and 'static' member handling
  • fixed 'and' handling for get/set properties
  • - added support for markers (thanks to Ramon Snir)
    "//#m" begins a maker line. First word after //#m will show in list
  • - increased size of pop-up window

2.1 -

  • Now shows members in outline
  • Fixed handling of 'mutable' keyword
  • Other bug fixes

2.0 -

  • Hide adornment if caret position is changed
  • Missing icon for 'namespace' fixed
  • Fonts used to further differentiate levels
  • Item initially selected is based on the current caret position
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft