Get rid of highlight boxes on HTML brackets - visual-studio-code

I'm totally new to VS Code, coming from Atom.
When writing HTML elements, I am seeing the brackets highlighted with these boxes, and it is very distracting and clouds where my cursor is at times.
Any idea how to disable it?
(This screenshot is with all extensions disabled.)
https://imgur.com/a/vjdMjDo
Thanks in advance for any help.

Related

Multiple lines selection with ctrl

Hello guys today i woke up with very weird feeling that something is wrong with my vscode, I can't select multiple lines with just CTRL+click, only using multiple carets. Is it normal? how to avoid that? its pretty usefull to just quickly select some random divs element and delete them all by one backspace click.
Isn't it a standard in text editors to do it only with ctrl?
Sorry for such a trivial question, I have no other place to ask about it and get an answer

How to stop VS code from always searching occurences of words not in selection?

i find really annoying the fact that VS code always try to search occurences of words that aren't even in selection.
personally i don't like the fact that every time i rest my cursor something all the occurences are highlighted.
i know that VS code is really customizable, so is there a way to change this behavior ?
here's a gif illustrating my question
left is VS code, right is Sublime text 3.
we can clearly see that sublime only search for occurence that are selected
Thanks a lot
here we go.
this option in settings will do the job

How to disable different face for empty lines in Emacs

In my Emacs, I have different face for empty lines with space/tab characters. How can I disable it?
This cause lot of distraction when trying to navigate through someone else's code which I cannot modify.
I would appreciate any pointers in this regard.

How to completely hide comments in eclipse?

I'm not sure if this is a good place for this question, but I did see a similar question posted here on overflow.
I'm just getting started with Eclipse as an IDE and having difficulty finding a comments toggle. I'd like to completely hide them sometimes. I've seen suggestions that would allow me to collapse entire comment blocks to a single line, but I'd want to hide ALL comments (single lines, blocks, etc) like in visual studio as a comparison. The goal is to gain the screen space to see more actual code simultaneously.
Anyone know of a way, plugin or otherwise?
Thanks!
This might be a bad way of doing it but you could set the syntax highlight for comments to be the same as your background color.

Eclipse shows red lines at mouse pointer

Since I have re-installed my computer, there is a strange phenomena using Eclipse (both JAVA and C/C++).
The moment I press control+shift+s, two red lines appear near my mouse pointer.
Image of the red lines:
http://www.flickr.com/photos/92764732#N03/8431379591/
When I look in the settings-> keys, the control+shift+s is mapped to save all.
However, it does not save all, and only shows the red lines.
Defaulting the keys mapping does not work, I have tried this.
Does anyone has any idea on what these red lines mean, and how to get rid of them?!
Thanks in advance!
Jeroen
Well great, turned out it wasn't Eclipse after all.
Control+Shift+S is a shortcut from Mouse without borders (great tool by the way)!
So, fixed that one, on to saving a lot of files in one press :)