Moritz Kneilmann

Results 59 comments of Moritz Kneilmann

Ok I tried out the `next` branch. The issue is not gone but it changed. Now the editor stays responsive while the gutter is still empty for about 3 seconds,...

@josa42 As I said, I could reproduce this in the [atom editor](https://github.com/atom/atom) git repository with the file [`src/text-editor.coffee`](https://github.com/atom/atom/blob/master/src/text-editor.coffee).

I've [tried to implement this](https://github.com/MoritzKn/atom-language-rust) but struggle with a few edge cases: **Markdown block elements don't work in line doc comments:** ![Demo with line doc comments](https://cloud.githubusercontent.com/assets/10676525/16579508/499c1530-42a0-11e6-8a23-2691676e3105.png) I guess this is...

@KevinBeckers Do you mean that the indention is wrong or that you get no auto completion?

- Does this happen with every function? - Does this only happen if you press enter after already added `/**` or does it also happen if you add new comments?...

No response, closing. Feel free to comment here if it's still an issue.

tab and enter should behave the same in this regard. Could you please post an example where it doesn't work? And please try if it works, if you position the...

Hi @YenHub, appreciating your enthusiasm! I think I should tell you though that this package isn't really actively maintained anymore. @nikhilkalige isn't doing anything on it anymore and I took...

Thanks for reporting I really appreciate your contributions. This is the immediate result of #225. The reason for this change was that some languages and tools use a character after...

The type is added here: https://github.com/nikhilkalige/docblockr/blob/88c88cdc864a8eab97e1505e1d3402b531cfa4ad/lib/docsparser.js#L160 And the string comes from here: https://github.com/nikhilkalige/docblockr/blob/88c88cdc864a8eab97e1505e1d3402b531cfa4ad/lib/docsparser.js#L114 Related to #31