brackets-FuncDocr
brackets-FuncDocr copied to clipboard
FuncDocr generates JS/PHPDoc annotations for your functions
For Typescript files it is not working. Yet if I change the file type to JavaScript then it kind of works It does not copy the type at the right...
I am writing my javascript code to be compiled against the Google Closure Compiler. The Closure Compiler is expecting me to annotate my functions' return value with "@return" rather than...
A named expression with the key being a string is not recognised. See `'hello2'` ``` javascript var test = { /** * [[Description]] * @param {[[Type]]} one [[Description]] * @returns...
Hi, can you add @since tag ? Thank you.
In ES6, you can specify default parameters for functions as described here: https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Functions/default_parameters Sublime and DocBlockr support them well. For example: ``` js /** * [description] * @param {Number} maxPosts...
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...