zargony / atom-language-rust

Rust language support in Atom - LOOKING FOR MAINTAINER, see #144
MIT License
116 stars 33 forks source link

Auto continue documentation comments #77

Open watzon opened 8 years ago

watzon commented 8 years ago

Right now regular multiline comments are continued just fine and when you hit return it will add the double forward slashes. Documentation comments, however, which use the tripple forward slashes are not continued. Rather it enters two forward slashes.

screenshot_2016-06-15_21-09-30

jonas-schievink commented 8 years ago

The docblockr package can do this

zargony commented 8 years ago

Atom has a commentStart setting (given in settings/rust.cson). It would be nice if this setting would be able to take more than one value or even a regex. I'm not sure, but I think it's a single string only.