Start with the DocBlockr package.
If you enter and align the first * , it inserts the following start * s.
/* * <-- Type and align that one, hit <RETURN>... * <-- This one will be inserted and aligned automatically.
If you enter a double asterisk, it will enter a leading * without a hint:
/** * <-- Inserted automatically.
If you are at the beginning of the function, it will also add JsDoc for you.
source share