ngdoc 插件
只是创建 Angular/ngdoc 相关文档的一些小插件集合。
详细信息
安装
- 总计 2K
- Win 726
- Mac 781
- Linux 320
8月6日 | 8月5日 | 8月4日 | 8月3日 | 8月2日 | 8月1日 | 7月31日 | 7月30日 | 7月29日 | 7月28日 | 7月27日 | 7月26日 | 7月25日 | 7月24日 | 7月23日 | 7月22日 | 7月21日 | 7月20日 | 7月19日 | 7月18日 | 7月17日 | 7月16日 | 7月15日 | 7月14日 | 7月13日 | 7月12日 | 7月11日 | 7月10日 | 7月9日 | 7月8日 | 7月7日 | 7月6日 | 7月5日 | 7月4日 | 7月3日 | 7月2日 | 7月1日 | 6月30日 | 6月29日 | 6月28日 | 6月27日 | 6月26日 | 6月25日 | 6月24日 | 6月23日 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Mac | 1 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Linux | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
说明文档
sublime-ngdoc-snippets
只是创建 Angular/ngdoc 相关文档的一些小插件集合。
您应该与 DocBlockr 结合使用,以获得良好的工作流程。让 DocBlockr 通过 /**
按 TAB
键创建文档,然后添加您的 ngdoc 插件。
查看 angular 官方维基百科上的关于编写 Angular 相关文档的说明: 编写 AngularJS 文档。
插件
$ngd+
添加 @ngdoc 注释的完整文档堆栈$ngdoc {...} @name {name} @deprecated @scope @eventType emit|broadcast @link @requires {service} @propertyOf {method} @methodOf {method} @function @element @elementOf {type} @description @param {type} @returns {type}
$dep
添加 @deprecated$des
添加 @description$ele
添加 @element$eof
添加 @elementOf {类型}$eve
添加 @eventType emit|broadcast$fun
添加 @function$lin
添加 @link$met
添加 @methodOf {方法}$nam
添加 @name {名称}$ngd
添加 @ngdoc$par
添加 @param {类型}$pri
添加 @private$pro
添加 @propertyOf {方法}$req
添加 @requires {服务}$ret
添加 @returns {类型}$sco
添加 @scope$thi
添加 @this