What is this empty non-numbered row in IntelliJ? How can it disable me? Class should be on line 3.
Disable "Preferences | Editor | Inlay Hints | Code Vision"
We are working on the fix already: https://youtrack.jetbrains.com/issue/IDEA-290051/Code-Vision:-inlay-consumes-vertical-space-in-the-editor-even-wh
Related
I have a project with methods that have the following error:
'No candidates found for method call'
Those methods are barely visible in IDE, is there a way to set the color to white for them?
I want to change the font color for logger and execution in a project, I want it to match variable name color.
Please and thank you!
This can be changed under Settings/Preferences (on macOS) | Editor | Color Scheme | Groovy | References | Unresolved Reference:
I'm having issues with IntelliJ automatic Reformat Code on one specific line of code:
catch (MyException1 | MyException2 | MyException3 | MyException4 | MyException5 | MyException6 | MyException7 | MyException8 e) {
I have set in Editor -> Code Style Hard wrap at 140
In Editor -> Code Style -> Java -> Wrapping and Braces everything is either Chop down if Long or Wrap if long
Now, the issue is that running Code -> Reformat Code doesn't break this line into 2 automatically (it should as it exceeds 140 characters). And what's worse, if I break it manually, then Reformat Code will bring it back to one line. As I have the Line Length inspection on, IntelliJ complains about this line.
This is the only line in the whole project where IntelliJ has this problem, all other expressions containing + or || etc. are correctly wrapped.
Wrapping or chopping down multi-catch types is not supported on IntelliJ IDEA 2021.3 and below. IntelliJ IDEA 2022.1 will support this. See https://youtrack.jetbrains.com/issue/IDEA-178941
IntelliJ Idea hints/shows method parameter names when I type hardcoded value, however, when I write a variable instead, it doesn't show the hint.
As you can see here, it says expected before 50, but there is no hint before creditor.getAvailableFunds() method.
How to enable these hints all the time?
Configure it with the Settings (Preferences on macOS) | Editor | Inlay Hints | Java | Non-literals in case of multiple parameters with the same type option:
I am using intellij and i want to set the root indent to 0, but the normal indent to 2. Is there a way in intellij to do that?
Actual:
Target:
Thank you everyone.
Try adding 'script' to Settings | Editor | Code Style | HTML > Other > Do no indent children of.
Using IntelliJ 2018.1 I noticed that on certain files multi-line simple comments are always folded:
// My multi
// line
// comment
becomes
//...
How do I turn it off? I need to always see my comments.
Settings | Editor | General | Code Folding | [ ] End of line comments sequence