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

Optional override when choosing "Implement all members" #126

Open
nilskp opened this issue May 18, 2020 · 0 comments
Open

Optional override when choosing "Implement all members" #126

nilskp opened this issue May 18, 2020 · 0 comments

Comments

@nilskp
Copy link

nilskp commented May 18, 2020

Is your feature request related to a problem? Please describe.
Scala allows, but doesn't require, the override modifier on methods that don't actually override anything, but instead implements an abstract method. This makes the use of override on implementations mostly a style issue.

Describe the solution you'd like
It would be nice to have an option in Settings to disable override modifier when choosing "Implement all members" as well as any other place it's added automatically. Or enable it, e.g.

Add `override` modifier when implementing members ☑

Describe alternatives you've considered
Manually delete it.

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

1 participant