Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refresh/update doc block when changing argument name #270

Open
klihelp opened this issue Mar 22, 2014 · 3 comments
Open

Refresh/update doc block when changing argument name #270

klihelp opened this issue Mar 22, 2014 · 3 comments

Comments

@klihelp
Copy link

klihelp commented Mar 22, 2014

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 klihelp changed the title Refresh/update doc block when changing parameter names Refresh/update doc block when changing argument name Mar 22, 2014
@granteagon
Copy link

+1

2 similar comments
@rtucek
Copy link

rtucek commented Mar 24, 2016

+1

@klihelp
Copy link
Author

klihelp commented Jul 5, 2017

+1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants