Super Clean Visual Studio Code Setup (Clutter Free Output)

  Рет қаралды 77,970

Caleb Curry

Caleb Curry

Күн бұрын

Start your software dev career - calcur.tech/dev-fundamentals 💯 FREE Courses (100+ hours) - calcur.tech/all-in-ones
🐍 Python Course - calcur.tech/python-courses
✅ Data Structures & Algorithms - calcur.tech/dsa-youtube
~~~~~~~~~~~~~~~ CONNECT ~~~~~~~~~~~~~~~
✉️ Newsletter - calcur.tech/newsletter
📸 Instagram - / calebcurry
🐦 Twitter - / calebcurry
🔗 LinkedIn - / calebcurry
▶️ Subscribe - calcur.tech/subscribe
👨🏻‍🎓 Courses - www.codebreakthrough.com
~~~~~~~~~~~~~~ SUPPORT ME ~~~~~~~~~~~~~~
↪ My Amazon Store - www.amazon.com/shop/calebcurry
🅿 Patreon - calcur.tech/patreon-calebcurry
🅖 GitHub Sponsors - github.com/sponsors/CalebCurry
Ⓟ Paypal - paypal.me/calcur
🅑 Bitcoin - 3HnF1SWTzo1dCU7RwFLhgk7SYiVfV37Pbq
🅔 Eth - 0x350139af84b60d075a3a0379716040b63f6D3853
📈 Buy Bitcoin - calcur.tech/crypto
Reserve the Ruby Steel crypto rewards card and get a $25 bonus (use affiliate code "Caleb") - calcur.tech/crypto

Пікірлер: 89
@codebreakthrough
@codebreakthrough 3 жыл бұрын
Two issues showed up after publishing this. The first is that Code Runner is ignoring the selected Python Interpreter and defaulted to Python 2. I fixed this following github.com/formulahendry/vscode-code-runner/issues/225 and set Python to "python": "python3 -u" An alternative fix is to have Code Runner default to run within the terminal (an option in the settings we showed in this vid). The second issue is with the custom shortcut key. I recommend making sure you hold option before pressing any other keys. SO option+left arrow.
@fredericaube7636
@fredericaube7636 2 жыл бұрын
Is there a way to run only a snippet of code but make it remember some object value? For example, Run this code : t = 2 Then run separetly this code : print(t) This causes an error because it doesn't seem to store the value of "t" in memory...
@sjomar6520
@sjomar6520 2 жыл бұрын
Exactly what I needed. This was super helpful. Thank you!
@JohnWick-ds5wb
@JohnWick-ds5wb Жыл бұрын
thank you so much brother , this is the only video on youtube that perfectly matches with topic i need... just thank you
@Dethkraft
@Dethkraft 3 жыл бұрын
Started watching old Caleb vids when I began school a year ago. Now this new vid pops into my feed and it’s like... dammmmm Caleb. Somebody aged well. Let’s gooooooooooo. ..Also thanks for the the hot tips.
@ninjakiwigames5418
@ninjakiwigames5418 Жыл бұрын
Tnx! I really didn't like how cluttered the output was and knew you could change it but not how. This video really helped.
@dustinhxc
@dustinhxc Жыл бұрын
OMG thank you! Love this theme and the shortcut and the output window!
@starbawa5587
@starbawa5587 3 жыл бұрын
I have a question does the font of vs code on Mac and windows is different? Which font do you use .. please tell
@UpLateTrueCrime
@UpLateTrueCrime Жыл бұрын
Thank you very much, this is exactly what I was looking for!
@garybouiw
@garybouiw 3 ай бұрын
Just what I was looking for. Thank you so much! :)
@maxtinka6992
@maxtinka6992 Жыл бұрын
Very helpful especially with clearing out clutter
@burstfireno1617
@burstfireno1617 Жыл бұрын
Maaaaan exactly what i was loking for 🤩
@bazinga73gu59
@bazinga73gu59 Жыл бұрын
hello, I want to ask why my vscode show "No Setting Found" after I click extension setting?
@VLantoyMC
@VLantoyMC Жыл бұрын
i really need it but when i run it output like "Python was not found; run without arguments to install from the Microsoft Store, or disable this shortcut from Settings > Manage App Execution Aliases" i don't understand it
@itay5825
@itay5825 2 жыл бұрын
When i go to extension setting for code runner it tells me there are no settings found, why is that?
@brenosales6514
@brenosales6514 Жыл бұрын
Hello, thanks for sharing, I'm a beginner, can you help me? I followed the step by step, but in OUTPUT, all that is displayed is "FF", can you tell me why?
@murahariashok3976
@murahariashok3976 Жыл бұрын
Thank you so much. I was looking from half an our. Finally found.
@dw3743
@dw3743 7 ай бұрын
I coded Python/Dash, and I like to not show all the "127.0.0.1 - - [12/Dec/2023 17:14:42] "GET /_dash-component-sui" messages in the output window. is there a trick to disable this kind of messages? Thank you very much in advance!
@Echo04lily
@Echo04lily 18 күн бұрын
when i install code runner, output showed me below error: [Running] python -u "/Users/ecxxxx/Downloads/VScode/testing.py" /bin/sh: python: command not found [Done] exited with code=127 in 0.011 seconds where did it go wrong?
@Dragonfly26392
@Dragonfly26392 29 күн бұрын
thank you your video was much USEFULL.
@user-sr3qg2gn3b
@user-sr3qg2gn3b 11 ай бұрын
In my Terminal of VS Code its showing something ( >> ) like this instead of showing path like ( C:\Users\Desktop\FileName ) this. Can you please help me to resolve this problem and to display normal path like ( C:\Users\Desktop\FileName ) this...!!!!
@RoninjaTA
@RoninjaTA 10 ай бұрын
How do i make the TERMINAL actually cleared up dho?Every time i run the code it shows the folder and location etc before actually showing the output and the answer and its extremely annoying i just cant program with it its literally ruins the experience,in this video it only cleans up the OUTPUT part but the TERMINAl one keeps showing all the annoying info
@vigneshm827
@vigneshm827 Жыл бұрын
How restore the default terminal location? please tell me bro.
@calscode
@calscode 3 жыл бұрын
omg you changed a lot from last year!!!
@scottspector1454
@scottspector1454 4 ай бұрын
Didn't work for me. When I clicked on the Code Runner gear cog, it returned a message: No Settings Found.
@vinay_dias
@vinay_dias 3 жыл бұрын
Just what I needed 👍🏻
@SunnySmile0420
@SunnySmile0420 5 ай бұрын
This is so helpful! Thanks u so much!
@YM-lm8xr
@YM-lm8xr 2 жыл бұрын
code runner doesn't run as it supposed to even after setting the extension setting...
@abhishekamoli942
@abhishekamoli942 Жыл бұрын
Kindly tell me the name of this vs code theme
@bhavanag4594
@bhavanag4594 Жыл бұрын
2:02 how did you get the lock button
@shakshamsinghrajput2365
@shakshamsinghrajput2365 Жыл бұрын
I have scrolled lots of video but my problem is not autour but aftar watching your video my problem is.... Thanks sir😍 Love from india
@devonzway7853
@devonzway7853 2 жыл бұрын
Thank you my man!
@Christian-ob9cf
@Christian-ob9cf 3 жыл бұрын
A nice use-case for showing execution messages: BENCHMARK.
@senuth_480
@senuth_480 Жыл бұрын
very helpful thanks a lot sir!
@CuriosityCornerToday
@CuriosityCornerToday 2 жыл бұрын
thanks it was really helpful !
@sarmalutecusmantana
@sarmalutecusmantana Жыл бұрын
Does this work for c++ ?
@adnanmemon3057
@adnanmemon3057 Жыл бұрын
Thanx a lot. perfectly explained
@mr_dodex
@mr_dodex 8 ай бұрын
Real good video, thanks.
@pratikvartak6387
@pratikvartak6387 3 жыл бұрын
Watching caleb cury from green board to this beauty setup 🤩
@chumakatzlunika4505
@chumakatzlunika4505 3 жыл бұрын
oh yeah just to think of it ...its a very smooth improvement !
@craignyatondo5521
@craignyatondo5521 Жыл бұрын
Very helpful thanks 👌🏾
@MohAmuza
@MohAmuza Жыл бұрын
I don't like the way you need to set two shortcuts for output and terminal cause of input, I will continue to use sublime text for this issue.
@supergamezonline2905
@supergamezonline2905 Жыл бұрын
1:29 I prefer using the terminal because you can use the input command more easily, and the clear last output doesn't apply for the terminal so please explain how i do it
@archer1389
@archer1389 Жыл бұрын
yeah! I'm confused about that as well, I did some research and I can't find much on how to make the 'terminal' cleaner and make it so that the previous output doesn't mess with readability of the new one
@supergamezonline2905
@supergamezonline2905 Жыл бұрын
i prob gonna need to learn json Just because of that lol
@MaZaKeRaL
@MaZaKeRaL Жыл бұрын
Thanks man
@Achyutaryaa
@Achyutaryaa 2 жыл бұрын
Wow! It was helpful.
@NFvidoJagg2
@NFvidoJagg2 2 жыл бұрын
set the code runner run in terminal setting for input.
@mymacbook1464
@mymacbook1464 3 жыл бұрын
Please help me run Java on vscode
@snzjnk4647
@snzjnk4647 Жыл бұрын
very helpful and encouraging ;)
@hossamelatmani5940
@hossamelatmani5940 Жыл бұрын
I love your explication bro
@newworld4252
@newworld4252 3 жыл бұрын
My great mentor 🥰🥰🥰
@angelovpetar63
@angelovpetar63 Жыл бұрын
Great bro!!! 😉
@pk_notes
@pk_notes 3 жыл бұрын
Awesome 🔥
@vinay_dias
@vinay_dias 3 жыл бұрын
Can you make a REST api tutorial with django ?
@Speak4Yourself2
@Speak4Yourself2 Жыл бұрын
Thanks a lot!
@maxjohnson7623
@maxjohnson7623 Жыл бұрын
Thank you so much
@shimmeringreflection
@shimmeringreflection Жыл бұрын
Yes, you're right to go for the Sublime look. (And I won't pay for Sublime, as it's too expensive for me who's only an occasional user.)
@zawadahmed5484
@zawadahmed5484 3 жыл бұрын
Very helpful
@OscarPerez-hh2qi
@OscarPerez-hh2qi Жыл бұрын
Hi Caleb, thanks a lot for the helpful video. I installed code runner however I do not see the option "Run Code" I only have the play or run button. When I run my code it keeps printing the whole path to my file. Thanks!
@sean3000
@sean3000 Жыл бұрын
Same issue. Any luck fixing it?
@ElMythLlll
@ElMythLlll Жыл бұрын
try ctrl + alt + N
@retroo3186
@retroo3186 5 ай бұрын
appreciate you havyyyy
@abc-ku2zw
@abc-ku2zw Жыл бұрын
thak you very much
@onurcanisler
@onurcanisler 3 жыл бұрын
Do you know what is super clean? Your new hair cut😂😂👍
@Anonymous-pr8jd
@Anonymous-pr8jd 2 жыл бұрын
Thanks Curry....
@isyedaliraza
@isyedaliraza 3 жыл бұрын
Awesome 👍
@theflash5066
@theflash5066 2 жыл бұрын
When I went to extensions it just said: “No settings found” What can I do about it?
@valerio9470
@valerio9470 2 жыл бұрын
I restarted my pc and it worked
@neontuts5637
@neontuts5637 3 жыл бұрын
Thanks for sharing sir. I was searching for this :)
@andreimadroane9579
@andreimadroane9579 10 ай бұрын
thx men
@Kaleabe25
@Kaleabe25 2 жыл бұрын
Thank you
@southparkep4091
@southparkep4091 3 ай бұрын
for java pl
@ribbon.mecapeca
@ribbon.mecapeca 4 ай бұрын
Thankss
@falls2180
@falls2180 Жыл бұрын
Needed that input() 😢
@anandamon9351
@anandamon9351 Жыл бұрын
Now my output window is always empty.
@Abhisheks_YT
@Abhisheks_YT 3 жыл бұрын
1st Comment. This video is gonna be really helpful 👌🏻
@codebreakthrough
@codebreakthrough 3 жыл бұрын
Hope you enjoy!
@that404nerd
@that404nerd 3 жыл бұрын
Hey Caleb can you make a video about Windows 11!
@zachieJdebeer
@zachieJdebeer 2 жыл бұрын
Old news should be removed on KZbin, I am running Python 3.10, Code Runner looks NOTHING like before and stand on my head the commands dont work, period.
@skdkdmdmsjdjdj2377
@skdkdmdmsjdjdj2377 Жыл бұрын
As always no1 tells u how to clear terminal
@itay5825
@itay5825 2 жыл бұрын
When i go to the extension settings for code runner it says there are no settings found, why is that?
@darkemperor9006
@darkemperor9006 2 жыл бұрын
same for me
12 VS Code Extensions to INCREASE Productivity 2024
27:13
Devression
Рет қаралды 589 М.
One moment can change your life ✨🔄
00:32
A4
Рет қаралды 31 МЛН
Red❤️+Green💚=
00:38
ISSEI / いっせい
Рет қаралды 76 МЛН
Double Stacked Pizza @Lionfield @ChefRush
00:33
albert_cancook
Рет қаралды 63 МЛН
Super Clean Visual Studio Code Setup - Minimalistic Look
14:55
Monsterlessons Academy
Рет қаралды 4,9 М.
Can I Run Youtube Entirely From My Terminal? (No Browser)
15:31
Samsung Galaxy Ring Review: I Wanted to Love It!
11:15
Marques Brownlee
Рет қаралды 2,3 МЛН
SEMI FINAL! - G2 vs Virtus.pro - HIGHLIGHTS - Esports World Cup 2024 l CS2
28:35
I learned to code from scratch in 1 year. Here's how.
41:55
Thomas Frank
Рет қаралды 377 М.
METATABLES | What are they and how can we use them?
18:40
Crusherfire
Рет қаралды 15 М.
Grafana Synthetic Monitoring in 5 minutes
4:30
Shawn Pitts
Рет қаралды 57
Learn Web Development And ACTUALLY Get A Job | Ultimate Guide
1:33:52
James Cross
Рет қаралды 1,3 МЛН
3 PYTHON AUTOMATION PROJECTS FOR BEGINNERS
17:00
Internet Made Coder
Рет қаралды 1,6 МЛН
1$ vs 500$ ВИРТУАЛЬНАЯ РЕАЛЬНОСТЬ !
23:20
GoldenBurst
Рет қаралды 1,8 МЛН
КРУТОЙ ТЕЛЕФОН
0:16
KINO KAIF
Рет қаралды 6 МЛН
Это Xiaomi Su7 Max 🤯 #xiaomi #su7max
1:01
Tynalieff Shorts
Рет қаралды 1,2 МЛН
Как удвоить напряжение? #электроника #умножитель
1:00
Hi Dev! – Электроника
Рет қаралды 905 М.