DON'T Use JavaScript Console.log() Without this Visual Studio Code Extension!

DON'T Use JavaScript Console.log() Without this Visual Studio Code Extension!

James Q Quick

1 год назад

34,188 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@Idris66xx
@Idris66xx - 03.12.2022 16:15

When I type the console.log the name is striked with a line

Ответить
@RaashidM-tp7de
@RaashidM-tp7de - 22.11.2022 08:55

Can you please let me know what theme do you use?

Ответить
@webmaster246
@webmaster246 - 09.11.2022 21:16

Useful, thanks !

Ответить
@gorilla-san
@gorilla-san - 10.10.2022 03:21

Me: console.log("Hello World");
Browser: did you mean to say console.log is a function...? Bro... It ain't a function.
Me: no that's not...
Browser: it's not a function! IT'S NOT A FUNCTION. WHY ARE YOU SAYING THAT

fuck you javascript

Ответить
@itsOmSarraf
@itsOmSarraf - 17.08.2022 13:27

thanks

Ответить
@cb73
@cb73 - 10.08.2022 00:03

Back in my day we used alert to debug and we liked it! 👴

Ответить
@asteinerd
@asteinerd - 08.08.2022 14:55

Useful tool, but I feel like I would become to reliant on it.
I'd much rather put a breakpoint somewhere, or if I'm just trying to capture a snapshot of data, write a small integration test spec to see what it is.

Ответить
@srivatsann7193
@srivatsann7193 - 08.07.2022 17:46

Vs code theme name?

Ответить
@badihbarakat5832
@badihbarakat5832 - 25.06.2022 09:26

Superb and so creative. I loved it.

Ответить
@butbutmybutt
@butbutmybutt - 23.06.2022 21:49

What vs theme is it?

Ответить
@srivatsann7193
@srivatsann7193 - 20.06.2022 06:56

Can you do a video on event loop topic?.

Ответить
@DuyTran-ss4lu
@DuyTran-ss4lu - 17.06.2022 13:38

Damn. This is brilliant. The coolest extension to me. Thanks a lot

Ответить
@codecraft27
@codecraft27 - 15.06.2022 06:22

can someone tell plz which vscode theme he is using.

Ответить
@alih.kudeir2959
@alih.kudeir2959 - 15.06.2022 00:37

Cool extension.

Ответить
@SaifAli-pe4xp
@SaifAli-pe4xp - 14.06.2022 19:57

which extension are you using as theme?

Ответить
@user-hd2bn4vp9r
@user-hd2bn4vp9r - 14.06.2022 06:59

Thank you for sharing 🙏 I often use console.log in this way: console.log(var, '??') console.log(var, '?????') console.log(var, '?????????????')

Ответить
@Dave-dl8ey
@Dave-dl8ey - 14.06.2022 06:38

Almost half way into the video and still no meaningful content 👎

Ответить
@PhalgunVaddepalli
@PhalgunVaddepalli - 13.06.2022 19:32

TL; DS
Use Turbo Console Log VS Code extension and hit Ctrl + alt + L.

Ответить
@irfanrashid2114
@irfanrashid2114 - 12.06.2022 11:32

My goto debugging solution has been console.log, thanks for sharing such an awesome VSCode extension. :)

Ответить
@ghiscode5306
@ghiscode5306 - 12.06.2022 01:43

Cool.
Please Can u teach how to buid pagination with Prisma and mongodb when fetching datas ?!
Thanks.

Ответить
@timelesscoding
@timelesscoding - 11.06.2022 13:49

Can you stop waffling on all your videos for the first two minutes? Apart from that, great content 👍

Ответить
@mavquill
@mavquill - 11.06.2022 05:33

the fact there is like 459 million different uploads of this extension

Ответить
@vinaykumarp4692
@vinaykumarp4692 - 11.06.2022 05:22

Without console log I'm nothing 😂

Ответить
@zacwilson8009
@zacwilson8009 - 10.06.2022 16:19

Niccccee! I cannot tell you how much time I spend writing log statements in JS. This extension is dope

Ответить
@GregoryBrewton
@GregoryBrewton - 10.06.2022 09:41

I didn't realize I already had this installed until I watched the video 😆

Ответить
@moustafamahmoud4948
@moustafamahmoud4948 - 09.06.2022 21:55

this is terribly amazing for react native and expo apps, since you're using only the terminal to log your messages instead of the browser dev tools
Amazing tool thanx Mr.James

Ответить
@74Bagas
@74Bagas - 09.06.2022 14:43

have turbo console. but still console.log('hello mom') ftw 👌👌😜😜

Ответить
@YasinNabi
@YasinNabi - 09.06.2022 05:09

Subbed Your Channel, It is very interesting and beautiful :) thank you for sharing====

Ответить
@DmitriGoncharov
@DmitriGoncharov - 09.06.2022 00:48

Cool extension! It would be fantastic if it wrapped objects in JSON.stringify(obj, null, 2) for ease of reading.

Ответить
@mohdsamgankhan1956
@mohdsamgankhan1956 - 08.06.2022 13:39

Awesome...

Ответить
@lucasrmendonca
@lucasrmendonca - 08.06.2022 09:25

Hey great video! Glad to see indoors cap guy is back, I've missed him.
Personally, I still think turbo.consolelog is a bit overkill for my needs, I debug with console.warn and since it also outputs the stacktrace

Ответить
@ozzyfromspace
@ozzyfromspace - 08.06.2022 03:52

I have $2.38 in my bank account right now. Fortunately I can keep track of it without a wallet 😬😭😂

Lol being unemployed during a recession ain't no joke. Nice video bro 🎇

Ответить
@MC---
@MC--- - 07.06.2022 22:42

I have been having trouble lately with both Chrome and Firefox debugging tools. Stepping through breakpoints will sometimes give me variable values that are undefined causing if statements to fail when I know the are working when I don't debug the app.

I use Vue 2 and I think there is a larger issue with webpack and source maps that did not use to be there. SCSS files not being imported and updates to random Vue components not updating with changes.

I also think there is some file caching issues too. I have literally fixed an error and the update component code is reflected in the source or debugging tab but still behaves like it was not updated.

It is driving me a bit crazy i have to build production version over and over because watching or using a hot reload just gives different builds.

Ответить
@kapquidlat1122
@kapquidlat1122 - 07.06.2022 20:52

Ctrl, Option, L - not sure where to find the Option key on my keyboard?

Ответить
@eboodnero
@eboodnero - 07.06.2022 19:29

Dude. So cool

Ответить
@jesper.ordrup
@jesper.ordrup - 07.06.2022 19:21

Yes - console.log is great. For logging. Not for debugging. Use debugging for that.

When ppl use console.log for debugging they add tons of console.log statements many places to follow logic and data. Sometimes they need to do a few ifs and assigments to get the right data logged. Sadly these console.log statements are sometimes (often) commited and pushed to production because "we need to see whats going on there too". Looking at the production log you find the "neverending logging everything" log. And rarely are the console.log statements carefully crafted.

Sometimes log statements changeyour codes behavior (because you need that if first) or even add a bug (ohh that variable was null). Thats really (%%/(/((()%%€

I try to use "real" debugging in vs code for the serverside stuff but its tough to setup and often doesnt work well. client side is just adding a "debugger" statement somewere or a breakpoint. Really easy.

Other alternatives is to use stuff like the sentry compatible oss alternative called glitchtip.

I would much prefer if we stopped calling adding console.log statements for "debugging". And I would love to learn more about real debugging

Ответить
@antonioquintero-felizzola5334
@antonioquintero-felizzola5334 - 07.06.2022 16:51

Hello James, is that the Cascadia Code font?

Ответить
@Learnbynet
@Learnbynet - 07.06.2022 16:24

i used many year console turbot, but now i prefer use Wrap Console Log.
It allow control where to log.

Ответить
@MaxProgramming
@MaxProgramming - 07.06.2022 16:11

I hope this one makes things simpler. Honestly every debug tool I've used doesn't fit me. Thank you James.

Edit: I feel like this is exactly what makes my console logs better!!!!

Ответить
@universecode1101
@universecode1101 - 07.06.2022 15:55

One of the best tool for Developer Vscode 🧑🏻‍💻 James you have a Cool theme in Vscode 😎Thanks James 👏🏻

Ответить
@agustinespinoza764
@agustinespinoza764 - 07.06.2022 15:45

I'm more of a fan of making a breakpoint in chrome's web develop tool, so then I can see all variables in that specific point, and play with them (specially useful to see what's inside for example a Form)

Ответить
@hamburger-fries
@hamburger-fries - 07.06.2022 15:43

James - Seems that the link to the wallet is not showing? Thank you 🙂

Ответить
@nickwoodward819
@nickwoodward819 - 07.06.2022 15:41

This would be incredible in Node - do you know of any equivalent? But cool extension, thanks!

Ответить