How to Turn off & Disable Github Copilot Inline Code Suggestions in VS Code
43 views
Jun 3, 2025
Buy 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 will show you how to
0:04
turn off the GitHub copilot in VS Code
0:07
uh GitHub copilot is great but at times
0:10
it becomes annoying because as you can
0:13
see when I'm making a tutorial it is
0:15
auto suggesting me and it creates
0:18
problems you can see
0:19
that it is suggesting code so it
0:22
basically becomes very difficult to
0:25
record a video and at the same time type
0:28
the code as well so it happens with all
0:30
the files so it in order to turn this
0:34
off because GitHub copilot comes uh
0:37
installed inside the latest version of
0:39
VS code it is accessible right here you
0:42
can see that this is actually the icon
0:45
so what you need to do go to the
0:46
extensions and just type GitHub
0:52
copilot so go to the extension you don't
0:55
need to uninstall or disable it simply
0:58
go to the settings this is the settings
1:01
icon and go to the settings and right in
1:04
the settings you will see this universal
1:07
setting which will set the star setting
1:10
which is set to true just need to click
1:12
the pencil icon right here edit and just
1:15
change this true to false just make this
1:19
change and just restart VS code so I
1:23
think we don't need to restart and if
1:25
you try to write the code now you will
1:28
not see any suggestions coming so you
1:31
can easily write your own code without
1:34
those annoying inline suggestions from
1:36
GitHub copilot so in this easy way guys
1:40
this fixes the problem right here you
1:43
can just create any file it can be
1:44
JavaScript PHP so no more suggestions
1:48
will come
1:52
you can see that we can now easily write
1:54
our code but uh if I show you if I again
1:58
change from false to
2:00
true you can once again see the
2:03
suggestions will be
2:05
back can
2:08
see you can toggle this whenever you are
2:11
recording a video it's very
2:14
helpful from my personal experience it
2:16
will save you a lot of time but at the
2:18
time of recording a video or doing a
2:20
tutorial I just turned it turn this off
2:24
by going to settings and change this
2:26
from true to false this is just the
2:29
change you need to do and all your
2:32
suggestions will go away thank you very
2:34
much guys for watching this video please
2:36
hit that like button subscribe the
2:38
channel and also comment on this video
2:40
and also check out my website
2:42
freemediatools.com
2:44
uh which contains thousands of tools
#Programming