This Just Print it VSCode Extension Generates Print Statement For Any Programming Language in Editor
Jul 8, 2025
Get the full source code of application here:
Show More Show Less View Video Transcript
0:00
Uh hello guys, welcome to this video. So
0:02
in this video, I'll show you a VS code
0:04
extension uh which will actually allows
0:07
you to print
0:10
print statements of all the programming
0:11
languages.
0:13
So this is the extension just printed.
0:18
So it's used by almost 173,000
0:21
developers. So it basically supports
0:24
multiple programming languages. And uh
0:27
once you click the install button and
0:29
enable this extension. So what it will
0:31
do
0:33
it will basically add a shorthand
0:35
notation.
0:37
Let's suppose you're working in a Java
0:39
Java file and we just want to print
0:41
something.
0:43
So what you do you basically write here
0:46
system
0:49
you just want to print something. So you
0:52
just write here print. This shortcut
0:54
will come right here. You press the
0:57
enter key and this will write this
1:00
automatically fill out this syntax and
1:02
then you print. Same goes with the C++
1:07
file as well. You just write print and
1:10
automatically this will add this. So you
1:12
just need to add the print keyword and
1:16
enter and then it will fill out the
1:18
syntax for the respected programming
1:20
language. This is your CPP C++ file.
1:24
Same goes with Python as well. If you
1:26
just want to print something,
1:33
you can see that.
1:37
So it supports multiple languages
1:40
on their documentation. If you go just
1:42
print it,
1:45
you can see it also supports uh PHP as
1:49
well. C
1:52
if you just create a she C car file just
1:55
write print
1:57
you can see that so it will save you a
2:01
lot lot of time because you no longer
2:03
need to write the full syntax just write
2:05
print and uh then it will fill out the
2:09
necessary syntax. It also supports uh
2:13
JavaScript file as well. So if you just
2:15
create a JavaScript file,
2:22
if you just want to put console lock
2:24
statements here, you'll see how fast is
2:28
this.
2:32
It's also support TypeScript, R, Go
2:34
language as well, Rust, Ruby, Objective
2:38
C. So all the major languages are
2:41
supported right here. Definitely install
2:43
this extension. It will save you a lot
2:45
of time.
#Programming
#Software
