-
Notifications
You must be signed in to change notification settings - Fork 92
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
Display special badge for methods overrides #219
Comments
I don't see the need to annotate something that can be extracted from source code directly. |
But this is common practice and in the end everything can be extracted from the source code so why annotating functions at all? |
I'm ok to accept PR that leaves overriding mark based on having similarly named method in parent. With current Codo design it should be piece of cake. We will not introduce the tag - if it shows you overrides - it has to show them all. Another approach is harmful. |
In fact I like the idea of displaying that. I'll keep it open. |
I keep this solution! |
In some programming languages like Java it is common to annotate method implementations (which come from an interface) with
@override
.It would be nice if codo would also have this annotation.
Example for
@override
:Interface
Implementation
What do you think about my idea? Or is there already an approach to handle my use case with the current codo?
The text was updated successfully, but these errors were encountered: