I'd like to enable multi line commenting support in my Atom editor. I'd like the editor to automatically add a * and a proper indentation at the beginning of new lines of a multiline comment. Here's a sample of what I'm looking for:
/***
* This is a comment
* when I'm adding a new line it automatically adds " * ".
*/
I've tried to look for such package in the Atom package search, on the SO and google but I failed to find anything. I must have typed wrong key words. I know that geany editor has such a feature so I guess that Atom has one as well.