Nick Fisher

Results 39 comments of Nick Fisher

what about multi-line support?

``` javascript // here are some // single line comments // together| ////////////////////////// // here are some // // single line comments // // together // ////////////////////////// ```

Hi @20Tauri -- I'm really glad that you are also passionate about getting people writing more documentation in their code, and I welcome anyone making great tools for developers, but...

You can use `jsdocs_extra_tags` to do that. > `jsdocs_extra_tags` (Array.String) An array of strings, each representing extra boilerplate comments to add to functions. These can also include arbitrary text (not...

I see. So, check the docblock at the top of the file to see if it contains an `@author` tag which doesn't match yours and add the tag then? If...

@brunobatista you can now with the `jsdocs_extra_tags_go_after` option.

The single hash comments already get extended with new lines. If you're suggesting that the docblock template be added in this situation: ``` coffeescript # foo = (bar) -> ```...

Yes. Put as many cursors as you want inside of strings, and then hit the shortcut (Ctrl+') and all of those strings will have their quotes toggled.

Ahhh, I see what you mean. No, it doesn't support that. I'll look into it.