Linked Questions

12 votes
6 answers
18k views

I'm using Visual Studio Code how to remove this blue lines
Durjoy Roy's user avatar
6 votes
4 answers
4k views

I'm using VS Code with a number of different programming languages, which all have some form of problem validation provided via an extension. While these problem underlines are generally useful, I ...
msrd0's user avatar
  • 8,525
0 votes
1 answer
3k views

I am coding with the latest version of Visual Studio Code with Python. For some reason I get those red underlines on my code, where there would be a "problem". The annoying part of this is ...
Leevi's user avatar
  • 11
-1 votes
1 answer
1k views

The blue underlines are making me lose attention towards my code can anyone help!!!!
uday's user avatar
  • 3
0 votes
0 answers
18 views

Strong underscores make it hard for me to focus. A number of solutions are described in this link, but it is outdated. I wanted to try the solution in the link, however, the options described do not ...
Mustafa's user avatar
1679 votes
14 answers
942k views

VS Code's default configuration for a ruler is demonstrated below. "editor.ruler": 80 The issue I am having with the default VS Code configuration (as shown above) is that it only renders a ...
nalply's user avatar
  • 29.2k
81 votes
13 answers
70k views

So I've installed VS Code on my Mac and it works perfectly fine. There's just this white vertical line going down the screen which is kinda annoying. I'm not sure if it's supposed to be some sort of ...
StormKrow's user avatar
  • 1,005
53 votes
2 answers
10k views

How do I disable the underlining of variables and their methods, like shown above? I find it quite distracting. I don't think this is a duplicate of Disable wavy underline in VS Code because it's not ...
nz_21's user avatar
  • 7,781
8 votes
3 answers
16k views

The C/C++ extension by Microsoft has been installed, and everything works really well. But the VSCode does not seem to show any red underline for syntax errors when there are issues. I'm using Linux (...
Sabbir Ahmed's user avatar
  • 1,714
3 votes
3 answers
2k views

I'm using Visual Studio Code primarily to edit C# code, and it automatically detects errors in the code as I type. However because it updates this every second or so, that means that the moment I ...
Bri Bri's user avatar
  • 1,992
0 votes
1 answer
4k views

I have this code and VScode is underlining most of it in blue. What is the reason and how do we solve it? # Python code to count minimum deletions required # so that there are no consecutive ...
Mahmoud Saad's user avatar
0 votes
2 answers
2k views

I am building a Laravel project with VS Code on Ubuntu 18.04. I've installed a couple of extensions to help me with the syntax. I also have a few .txt files in the same workspace that I use for ...
Stoyan Georgiev's user avatar
1 vote
1 answer
1k views

After I run npm run dev nuxt builds the app and displays it and a second later a partly transparent full-viewport modal gets displayed on top of the app (in the browser) listing very 'helpfully' a ...
Eggon's user avatar
  • 2,426
1 vote
0 answers
1k views

I develop LKM and vscode does not recognize linux/init.h> (it shouldn't), but it is required for developing LKM's, I want to remove this red underline because it annoying. Is there way I can remove ...
Ha ones be Eilat's user avatar
3 votes
0 answers
120 views

Say I've opened some random Python file in Code, and it is filled with linter issues producing many squiggly colored underlines all over. Is there a way to hide those squiggly lines without disabling ...
jps's user avatar
  • 946