-
Notifications
You must be signed in to change notification settings - Fork 429
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
Should function declarations be highlighted in Java? #132
Comments
On provided screenshot all files are in Ruby. Can you please attach screenshot from Java and indicate what word should have what color? |
That's my thought as well, why the Java color scheme does not have method declarations highlighted. Maybe there were Java editors did not provide the option for it, though that seems unlikely. But that color has already been used for Doc Comment tag value. |
Maybe not the best idea, but could just make them bold. I'm trying that out now on my work instance. I feel highlighting the method declaration helps, not sure if bold is the way to go. |
I've now settled on just underscore on the function name using base1 (light) or base01 (dark). I tried a bunch of different combinations and I liked this the best. |
Thinking out loud if its useful to have function declarations highlighted in a different color like the Intellij Darcula scheme. I find them useful at times.
Looking at this screenshot from the solarized page, it looks like the default solarized scheme also applies the idea to Ruby and the intellij color scheme does apply it for Python, so why not for Java?
The text was updated successfully, but these errors were encountered: