annotate-extension
annotate-extension copied to clipboard
Brackets extension to generate JSDoc annotations
Greetings from the [Brackets.io](https://brackets.io) & [phcode.dev](https://phcode.dev) community. We have [simplified extension development and publish workflows](https://github.com/phcode-dev/phoenix/wiki/How-To-Write-Extensions-And-Themes) for you. ## This Pull Request Please merge in this pull request to be able...
A feature of my current editor, WebStorm, is that if I type /*\* and hit enter just before the start of a function it generates the JSDoc info. I find...
When I run annotate, I always get the alert "no functions found". I consistently use expressions (foo = function() {}) rather than function declarations. Is that the reason, or is...
I tried it on your own `main.js` and it only shows me your `no function found` alert ``` javascript function generateComment(fname, params,returnsValue, prefix) { var output = []; output.push("/**"); //...
I press keyboard shortcut and received that:  Windows8, Brackets sprint 35 experimental build 0.35.0-10897 (release 445deaaa9) I installed only "Annotate" and "Themes for Brackets" plugins.
It would be great to check if a description already exists. Checking if there is a ``` /** */ ``` directly in front of the function name
I installed the extension from the registry and saw that this is a newer version which provides a multiline description but the extension is unfortunately really slow in this version...
Hi David, Referring to #27 I think too, that the design of the extension should be rethought. As a first suggestion I'd like to propose to switch to a JS...