Visual F# Power Tools is an open source project to bring useful F# VS extensions into a single home for the following purposes: - Easy maintenance and upgrade
- Sharing common functionalities and reducing conflicts between F# VS extensions
- Adding new features which complement Visual F# Tools
Currently supported features - Auto-generating XmlDoc
- Formatting document / Formatting selection
- Navigation bar
- Highlight references
- Rename refactoring
- Depth colorizer
- NavigateTo
- Syntax coloring
- Folder organization
- Find all references
- Implement interface
- Record stub generation
- Union pattern match case generation
- Resolve unopened namespaces
- Gray out unused declarations
- Gray out unused open declarations
- Go to metadata
- Task List comments
- Generate references for F# Interactive
- Navigate to source
- Quick info panel
- FsLinter integration
- Code outlining
- Peek Definition
The user guides are available in the home page. Please report bugs at https://github.com/fsprojects/VisualFSharpPowerTools and Send feature suggestions to http://vfpt.uservoice.com/. The release notes are available here. Here is a screencast of resolve unopened namespaces: and syntax coloring: and rename refactoring:
| |