Replies: 1 comment
-
You can disable inlay hints with this setting:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Using red hat adds this extra thing in and I cannot figure out how to disable it heres an example from a basic exercise
System.out.printf("%.1f C = %.1f F", celsius, farenheit); is what I want it to look like
System.out.printf(format: "%.1f C = %.1f F", celsius, farenheit); is what it adds and it bothers me but I do not know where this feature is to turn it off
Beta Was this translation helpful? Give feedback.
All reactions