sublime-jsdocs
sublime-jsdocs copied to clipboard
Refresh/update doc block when changing argument name
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 ) {
+1
+1
+1