You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When coding in Rust, the editor adds parameter names and annotations (i.e. types are inferred but the editor adds them to make the code more explicit). In Cobal2 those annotations are bright yellow, which is really distracting.
For instance, the Dark+ theme greys it out (which makes it less aggressive and helps understand it's secondary information added by the editor):
IntelliJ does an even better job (IMO) since it greys out the font, dimming out the annotations and making them even more subtle.
The text was updated successfully, but these errors were encountered:
2opremio
changed the title
Rust: type and parameter name annotations are bright yellow
Rust: type and parameter name annotations are highlited
Sep 14, 2022
When coding in Rust, the editor adds parameter names and annotations (i.e. types are inferred but the editor adds them to make the code more explicit). In Cobal2 those annotations are bright yellow, which is really distracting.
For instance, the Dark+ theme greys it out (which makes it less aggressive and helps understand it's secondary information added by the editor):
IntelliJ does an even better job (IMO) since it greys out the font, dimming out the annotations and making them even more subtle.
The text was updated successfully, but these errors were encountered: