sublime-jsdocs icon indicating copy to clipboard operation
sublime-jsdocs copied to clipboard

Refresh/update doc block when changing argument name

Open klihelp opened this issue 11 years ago • 3 comments

Would be a good feature to refresh/update doc block when changing the argument name for functions. In Sublime Text the CTRL + D shortcut is very useful for this if the function name doesn't contain the same text.

    /**
     * Filter array by fields.
     * @param  array $posts
     * @param  array $args
     * @return array
     */
    public function get_posts_by_data_fields( $posts, $args = null ) {

klihelp avatar Mar 22 '14 14:03 klihelp

+1

granteagon avatar Apr 16 '14 15:04 granteagon

+1

rtucek avatar Mar 24 '16 15:03 rtucek

+1

klihelp avatar Jul 05 '17 11:07 klihelp