How to disable different face for empty lines in Emacs - 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.

Related

Emacs EIN display file name without path

I'm very new to emacs and know next to nothing.
I would like to better use EIN but one thing which bugs me is that whenever I open a notebook, the modeline displays the entire path to the file which I've opened, followed by the filename.
enter image description here
This is way too long so as to make EIN very difficult to use, especially if the frame is split into 2 windows. I've tried setting all sorts of things in my init.el with the assistance of chatGPT but none of it works. Any suggestions would be greatly appreciated
I've tried setting all sorts of things in my init.el with the assistance of chatGPT but none of it works.

Is there a way I can get a code block always visible while scrolling in VS Code?

That's all, sometimes I miss I could do that while working on different parts of a kinda long script or whatever... So I think it'd be nice if, as we can do in a spread sheet by fixing a row for example, we could quickly define certain part of the code we want always visible and then can scroll to any other part of the script while still being able to see such "fixed" lines of code as a reference, copy, etc.
It seemed to me that it could be an already existing feature, but I've been not able to find anything... not even an extension, but maybe someone here knows? Well, I hope it makes sense and thanks in advance!
How about spliting the editor?
Hard to guess for how large "sticky" portion of code you are actually aiming, but if it is just, say, function "signature line" or nesting header in general, you may try experimental "Editor sticky scroll" (editor.experimental.stickyScroll.enabled) feature that was just released in VSC v1.70:
https://code.visualstudio.com/updates/v1_70#_editor-sticky-scroll

VS code cursor unresponsive

I am having a hard time on VS code due to issues with the cursor. It keeps jumping around while I am typing and makes a mess of my codes. I have tried reloading the window and even restarting my system multiple times but its no help at all. I have also disabled my extensions to no avail.
Secondly, when I copy and paste my codes from one file to another, it all gets jumbled up and almost impossible to rectify as my cursor wont even let me type.
I would appreciate any help with this as I have struggled for months now with no success and this is my last resort. I look forward to your kind help. Thanks

Get rid of highlight boxes on HTML brackets

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.

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.