How to Disable & Enable Line Numbers in VSCode IDE
0 views
Jul 2, 2025
Get the full source code of application here:
View Video Transcript
0:00
Uh hello guys, welcome to this video. So
0:02
in this video, I'll show you if you want
0:04
to turn off or hide these line numbers
0:06
inside your VS code while you
0:08
programming or developing your
0:10
application. For some reason, if you
0:12
don't want the line numbers, you can
0:14
hide them by using a simple setting. Uh
0:16
you can go to the user setting file of
0:19
your by pressing the shortcut key
0:22
control shiftp and then go to your user
0:25
setting file.
0:27
So here you can actually add a simple
0:29
setting here double quotes editor dot
0:32
line numbers and you can toggle this
0:35
setting by default it's on you can
0:38
toggle this to off. So now what you will
0:40
see your line numbers will go away and
0:43
you will not see the line numbers. So in
0:45
this easy way you can uh hide the line
0:48
numbers disable them inside your VS
0:50
code. And once again if you want to turn
0:53
this off you can change this to on. So
0:56
now the line numbers are showing right
0:58
here. So in this easy way you can show
1:02
or hide line numbers in VS code. Go to
1:05
your settings JSON file. Just add this
1:08
property editor.line numbers.
1:12
Just change it to off and it is now
1:15
disabled.
1:17
Uh please hit that like button,
1:19
subscribe the channel and also check out
1:21
my website freemediattools.com
1:24
uh which contains thousands of tools.
#Software