mirror of
https://github.com/Hopiu/annotate-extension.git
synced 2026-04-02 23:00:23 +00:00
updated for brackets sprint10
This commit is contained in:
parent
ae10bdcb0f
commit
6ed990c451
2 changed files with 3 additions and 1 deletions
|
|
@ -5,6 +5,8 @@ A brackets extension to generate JSDoc annotations for your functions.
|
|||
|
||||
To install, place the ```annotate``` folder inside the ```brackets/src/extensions/user``` folder.
|
||||
|
||||
**Compatible with Brackets Sprint10**
|
||||
|
||||
Usage
|
||||
=====
|
||||
Open a project in Brackets, place your cursor before a function definition, and select ```Annotate``` form the ```Edit``` menu.
|
||||
|
|
|
|||
2
main.js
2
main.js
|
|
@ -128,6 +128,6 @@ define(function (require, exports, module) {
|
|||
|
||||
var menu = Menus.getMenu(Menus.AppMenuBar.EDIT_MENU);
|
||||
menu.addMenuDivider();
|
||||
menu.addMenuItem("menu-edit-annotate", COMMAND_ID);
|
||||
menu.addMenuItem(COMMAND_ID);//"menu-edit-annotate",
|
||||
|
||||
});
|
||||
Loading…
Reference in a new issue