码迷,mamicode.com
首页 > 其他好文 > 详细

Visual F# Power Tools 简单介绍

时间:2018-04-21 19:47:53      阅读:152      评论:0      收藏:0      [点我收藏+]

标签:选择   statistic   space   record   tor   visual   tin   rename   reference   

Visual F# Power Tools 简单介绍


  • Auto-generating XmlDoc

当在函数定义的前面输入 ///< 以后。会自己主动生成 XML 文档。并会自己主动提取函数中的參数。最初是由 Brian McNamara 写的。

  • Formatting document / Formatting selection

Ctrl + K, Ctrl + D,格式化文档;

Ctrl + K, Ctrl + F,格式化选择的文档。假设没有选择文档。格式化最小的语法块。即在 [ ]、 [| |]、 { } ( ) 中的部分。

缩进的多少,由 Tools --> Options --> Text Editor --> F# --> Tabs 控制。


  • Navigation bar


  • Highlight references
  • Rename refactoring
  • Depth colorizer
  • NavigateTo
  • Syntax coloring
  • Folder organization
  • Find all references
  • Implement interface
  • Record stub generation
  • Union type pattern generation
  • Resolve unopened namespaces
  • Gray out unused declarations

Visual F# Power Tools 简单介绍

标签:选择   statistic   space   record   tor   visual   tin   rename   reference   

原文地址:https://www.cnblogs.com/llguanli/p/8902362.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!