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

feat: MockNavigatorProvider auto complete to support lint rule sort_child_properties_last #13

Closed
JigneshWorld opened this issue Sep 9, 2021 · 0 comments · Fixed by #14

Comments

@JigneshWorld
Copy link
Contributor

Is your feature request related to a problem? Please describe.
when writing code on IDE/code editor(VS Code or any other) for MockNavigatorProvider their suggestions or auto-completes with child as a first and navigator as a second but when user has sort_child_properties_last lint rule enabled then code editor hint lint problem and user needs to manually fix that every time after auto-completes or later.

Describe the solution you'd like
For MockNavigatorProvider - I would like to have navigator as a first and child as a last argument

Additional context
Screenshot 2021-09-09 at 11 49 09 AM

Screenshot 2021-09-09 at 11 50 49 AM

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

Successfully merging a pull request may close this issue.

1 participant