After clicking on "some" hot keys I saw this problem. Please see the attached screenshot.
Now, I can't find this hotkey.
Does anyone know how to clean this up?
Related
How to get rid of this highlighted part. It is not code but IntelliJ is trying to make this code more readable by suggesting this. It is super irritating
I expect code to be viewed in simple way
I disabled the inlay hints for everything from IntelliJ settings and Now issue is resolved
my problem is that when I write a code and run it, the console just doesnt show it.
I dont know anything about it and started new.
I installed a second time but still without success.
can you give me any tips to solve it, cause since two days I cant go on with my book.
thx very much.
If you're talking about the "Run" output, have you gone up to the "View" menu, then to "Tool Windows" then "Run"? That is where most of the view window settings are in IntelliJ (and other JetBrains products)
I am trying to convert myself to IJ IDEA for now a couple of days.
When I started to use it, I noticed something that bugs me incredibly:
being able to write where ever you click in the code area.
Is it possible to deactivate that??
Settings->Editor->Virtual Space: Allow placement of caret after end of line
Sometimes in Xcode, when I am towards the end of a file, the editor starts scrambling the lines. I have a video of it below. You can see when I close the bracket the text goes back to normal:
http://vimeo.com/18678901
Any idea if there are ways around this? Restarting Xcode doesn't help.
Looks like a bug. Please file that on bugreporter.apple.com along with the version of Xcode you were using at the time. If it's reproducible and you can attach the project/file to the bug, please do. For extra credit, post the bug # here so I can follow up on it, thanks.
P.S. Please check the Console for silent exceptions from Xcode. My colleague reminded me to ask you about this.
Something I liked in Visual Studio was that I could click an opening tag, say and it would do its best to highlight in bold the closing tag. Does anyone know if you can do that in textmate? I searched an looked but cannot find it.
It gets hard to find the closing tag many DIVs deep.
If TextMate won't do it, can anyone tell me an editor on Mac that will?
Thank you for any help.
EDIT: If it can do it, can someone please tell me how? Thanks again.
Install the experimental bundle - and look for the "Select Balanced Tags" macro (Shift-Command-B)
Whenever you transverse with your keyboard or mouse the closing tag, TM will flash you the opening one.
But I think the reverse it's not possible (or at least, haven't found a way to work it like that)