documentation - Netbeans 8 auto add author to method comment -
when type methods , generate comments via /** enter. generates comment this.
/** * @param int $weight * @return \kt_forbes_theme_model */
is possibility auto add @author ?
/** * @author guy * @param int $weight * @return \kt_forbes_theme_model */
i have add @autor manualy method, anoing.
it seems not possible in current netbeans versions reported in https://netbeans.org/bugzilla/show_bug.cgi?id=251426. there related posts issue modify command / template function commenting in netbeans. triggering "/** + enter key" or edit comment template in netbeans php 6.8 (this last 1 not solve issue - @ least in netbeans 8.1).
i'm fighting ide include auto comments data cause comment added looks like:
/** * */
whitout info included.
Comments
Post a Comment