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

Method arguments auto sync #11

Open
Zarad1993 opened this issue May 4, 2019 · 1 comment
Open

Method arguments auto sync #11

Zarad1993 opened this issue May 4, 2019 · 1 comment
Labels
enhancement New feature or request up-for-grabs Ready issue for someone to work on

Comments

@Zarad1993
Copy link
Owner

At the moment, running dyc diff --watch populates a fixed Docstrings for you based on the settings added.

If the name of the argument changes, docstrings argument does not sync up with the new name and keeps the old name as is.

It would be great to have the argument auto sync with the new arguments name based on the order.

Example

def (x, y, z):
    """
    Test docstring

    @param x: <None>
    @param y: <None>
    @param z: <None>
    """

Then an argument changes, for instance x becomes new_arg
We should be getting the new_arg. That doesn't happen at the moment

@Zarad1993 Zarad1993 added up-for-grabs Ready issue for someone to work on enhancement New feature or request labels May 4, 2019
@rohit172001-eng
Copy link

Hi, @Zarad1993 If no one else is working on it, can I take up this task please?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request up-for-grabs Ready issue for someone to work on
Projects
None yet
Development

No branches or pull requests

2 participants