THIS is EASY TypeScript Setup in VSCode

  Рет қаралды 67,405

Alex Ziskind

Alex Ziskind

Күн бұрын

Пікірлер: 138
@gokulambalavanan3592
@gokulambalavanan3592 Жыл бұрын
I spent my day , querying chatgpt and running around stack overflow , and watching KZbin videos to learn the compiling process, thanks man you are a life saver ❤
@hihohihoi1325
@hihohihoi1325 4 ай бұрын
claude ai is good
@vinicius18103
@vinicius18103 Жыл бұрын
Alex is the type of guy I would like to have as a coworker! 😂
@theontologist
@theontologist Жыл бұрын
Or definitely our supervisor!
@williamimbert4124
@williamimbert4124 Жыл бұрын
Thank you very much for this video !!! I have been reading articles, forums and asking chatGPT the last 2 days to get my typescript app compile and execute using tsc, tsc-node, ... and playing with all possible options in the config files, without success and with your help, in 10 minutes, I have it working directly, and from VSC and with the integrated debugging support ! Thanks A LOT !
@sofiaknyazeva
@sofiaknyazeva Жыл бұрын
by the way, you can just initialize empty package.json with npm init -y where y basically says "yes". yarn, pnpm also have similar functionality
@AZisk
@AZisk Жыл бұрын
not as fun as pressing enter a bunch of times without looking 👀:)
@FoodFoodMoney
@FoodFoodMoney Жыл бұрын
@@AZisk i totally agree! :3 Npm init Enter Enter Enter Enter Enter Is fun
@toadlguy
@toadlguy Жыл бұрын
@@AZisk You could even make a modified Schwarzenegger that repeatedly hit enter 😂 (for even more fun)
@AZisk
@AZisk Жыл бұрын
@@toadlguy Wow, I don't even know why I didn't think of that. Missed opportunity to use Schwarzenegger 2.0
@ishupreetsingh6930
@ishupreetsingh6930 Жыл бұрын
Thanks!
@AZisk
@AZisk Жыл бұрын
Wow thanks so much!
@leooel4650
@leooel4650 8 ай бұрын
I was having a headache for the past 6 hours... what a painkiller you are man! Thanks.
@ukaszwosek7370
@ukaszwosek7370 Жыл бұрын
This is exactly what I was looking for, thanks !
@GerryStilton
@GerryStilton Жыл бұрын
Alex, thanks so much, your video and explanation helped so much as I was getting up on Typescript. I was reading the book Programming Typescript on p.14, on compiling and running, and he lost me. I'm so glad I found your video..🎉
@soloqVenu
@soloqVenu 24 күн бұрын
I actually stopped learning TS after going through this hell. I picked up after 3 years and saw this video. viola! Thank you.
@jsg240
@jsg240 Жыл бұрын
Thank you for this! This saved me from so much hell starting to learn TypeScript.
@AZisk
@AZisk Жыл бұрын
Glad it helped!
@jonathanmalloy9711
@jonathanmalloy9711 7 ай бұрын
@@AZisk 8 months later, greatly appreciated! You're a great teacher!
@echobucket
@echobucket Жыл бұрын
Typescript and node needs to get this module stuff figured out, it's a complete and utter mess
@Jeff-k2o
@Jeff-k2o 9 ай бұрын
Love seeing true ninjas giving the real, straight forward and clearly explained answers. I have literally run into suggestions about kernel level and /usr/lib mods to get this exact same functionality. Thank you for a great - and VERY helpful video.
@davidelmakias5545
@davidelmakias5545 7 ай бұрын
i spent 2 days trying to figure out how to do that. thanks a lot!
@CafeAsp
@CafeAsp Жыл бұрын
Thanks for your work👍🏻
@shinkowski8498
@shinkowski8498 Жыл бұрын
Best tutorial ever ;-)
@AZisk
@AZisk Жыл бұрын
Glad it helped!
@lucastaonline
@lucastaonline 8 ай бұрын
AMAZING! The only explanation that worked for me... ty very much
@Renreal-y9h
@Renreal-y9h Жыл бұрын
you just made it very easy to understand. thank you for this!
@lodewykduminy9511
@lodewykduminy9511 10 ай бұрын
this video is absolutely amazing but if I could make 1 suggestion - when showcasing commands that need to be typed into the console to follow your tutorial, it might be worth putting in a hovering textbox over the video for a couple of extra seconds or something, just so that people don't need to pause on the exact half-second that the full command is visible
@hihohihoi1325
@hihohihoi1325 4 ай бұрын
its fully visible g just look
@rakib17874
@rakib17874 Жыл бұрын
You are awesome, man!
@On30utcOme
@On30utcOme 2 ай бұрын
Best tutorial. But I now need some help on the folder structure please. Like if I put the HTML, JS, TS, CSS files in the src folder, where should I move the tsconfig and package files so it still compiles without having to also type "tsc"?
@bilaleldabet8404
@bilaleldabet8404 Жыл бұрын
Hahaha nice videos as always. Someone is in a good mood today 😂😂
@galacticdivinity
@galacticdivinity Жыл бұрын
Video Suggestion/Recommendation: Please make a video explaining TypeScript Callbacks, Promises, and Async/Await. I have yet to find a tutorial in which all of the details regarding such phenomena are fully explained. > Thanks!
@jonnysharan4393
@jonnysharan4393 11 ай бұрын
typescript helps you to find the error and solve it during development process. is add the code on terminal tsc --init it add typeconfig file which help you to not add the js file if it is an error on ts file which is no Emit on Error tsc will help you to add the type of the variable and function array .
@modoulaminceesay9211
@modoulaminceesay9211 5 ай бұрын
Thanks man , i need it as a cloud engineer since we are using aws cdk.
@hamstertheadventure827
@hamstertheadventure827 4 ай бұрын
Very helpful. Thank you!
@55jugalo
@55jugalo Жыл бұрын
You're a blessing man!!! fixed my headache
@martintaanlee
@martintaanlee Ай бұрын
excellent stuff, thank you!
@ryzexop454
@ryzexop454 Ай бұрын
Hello sir, I got errors in these steps: > tsc --version > tsc --init It says Unauthorised Access & No further steps can be done unless these commands run successfully Why is it so???
@ZubairAhmed1024
@ZubairAhmed1024 10 ай бұрын
wow this is some whole new way of doing it!
@yoyo26-34
@yoyo26-34 Жыл бұрын
Very interesting, even have been programming TS for 4 years in VScode, I've never used these VSCode tasks.
@MailsonWei
@MailsonWei Жыл бұрын
this is really useful! when i was doing a project that use typescript i had no idea what to do. how everything works.
@PRIYANSHU-no4ir
@PRIYANSHU-no4ir 3 ай бұрын
super man of compiler
@bestchoice7431
@bestchoice7431 Жыл бұрын
Wow. You have done a great job. Can you please advise me on how to learn TypeScript very fast after learning JavaScript?
@justicefor_sandwichlord
@justicefor_sandwichlord 6 ай бұрын
Eyy thnx mate highly appericiated
@native-nature-video
@native-nature-video Жыл бұрын
What camera do you use for recording this video? Amazing picture quality
@AZisk
@AZisk Жыл бұрын
Thanks! I use the Sony A7iv
@michael_hackson_handle
@michael_hackson_handle 11 ай бұрын
What a god you are. The real MVP. Stay sharp!
@gokudomatic
@gokudomatic Жыл бұрын
Today, we use vite or bun. But It's nice to explain in a clear way how to configure vscode to watch typescript code for debugging.
@isynera
@isynera Жыл бұрын
What if we want to attach the debugger to an existing instance instead of launching? Having to run the watch task every time we do this is not a great solution imo, we should use something like ts-node or nodemon to do the watching.
@artemmalieiev7500
@artemmalieiev7500 Жыл бұрын
Awesome tutorial, thanks
@bluerinako
@bluerinako Жыл бұрын
Awesome, thank you
@horvathbendeguz612
@horvathbendeguz612 Жыл бұрын
Really good video, thank you!
@marcelo8038
@marcelo8038 8 ай бұрын
excellent video. helped a lot.
@DesazMusicYt
@DesazMusicYt Жыл бұрын
Do I need to do this process every single time? Wich steps can I skip?
@Holiday21
@Holiday21 7 ай бұрын
God bless this man.
@gonzaloaller4501
@gonzaloaller4501 Жыл бұрын
I find it easier nowadays just opening a js debug terminal in vscode and running ts-node to run the app, you don't need to have a ts watch task, and no launch.json file, still useful when you need to run the app with multiple env variables and some other custom configs like specific node version without switching with nvm
@AZisk
@AZisk Жыл бұрын
what about debugging?
@gonzaloaller4501
@gonzaloaller4501 Жыл бұрын
@@AZisk the js debug terminal automatically attaches any process running to the debugger process
@jeju3267
@jeju3267 Жыл бұрын
Thanks for the great video. BTW, why do you use a watch task instead of a build task? Isn't the build task automatically triggered every time you start debugging anyway?
@resulabdulla3825
@resulabdulla3825 Жыл бұрын
We know that we can export a file to another file with export, but the imported file gives an error in Google Chrome, is this normal or do you get an error like 'Export is not defined' when you export this process?
@yvonbertinndonkonkouendja8140
@yvonbertinndonkonkouendja8140 Жыл бұрын
Many thanks Alain, very helpfull
@hassanriaz1409
@hassanriaz1409 Жыл бұрын
you are great teacher thank you soo much
@NicolaMarino1978
@NicolaMarino1978 7 ай бұрын
wow!! it' s amazing !!!!
@basione
@basione Жыл бұрын
Next step would be to containerise this setup, I assume ;)
@testingstuff6111
@testingstuff6111 Жыл бұрын
well this was easy specially for a noob :)) now all I have to do is watch it again at half speed at least 33 times
@jsonslim
@jsonslim 7 ай бұрын
3:58 ${workspaceFolder} makes the wrong path, causing "Cannot find module" error
@jsonslim
@jsonslim 7 ай бұрын
in my case i just deleted the launch.json and it worked
@bisarothub1644
@bisarothub1644 Жыл бұрын
Hi! Have you tried dotnet core + angular on mac? Can you recommend any nswag studio alternative on apple silicon?
@KulcsarRudolf
@KulcsarRudolf Жыл бұрын
That's the way to do it. Very useful video and it helped me a lot. Thank you very much! I would also look into how to set up the test environment, e.g. with Jest. I tried it, but I got stucked.
@fordprefect5433
@fordprefect5433 Ай бұрын
Thank You So Much!
@raushankumargupta7018
@raushankumargupta7018 7 ай бұрын
Thank's Alex❤
@exxzxxe
@exxzxxe Жыл бұрын
Thanks for clear concise video. Unfortunately, all has changed again. Duplicated exactly your set up (with later versions of software- TS 5.1.6). On initial compile of your index.ts, got following error message: [Running] ts-node "c:\Users\Owner\Desktop\PROJECT\CODE\TSDEV\src\index.ts" 'ts-node' is not recognized as an internal or external command, operable program or batch file.
@manojs277
@manojs277 Жыл бұрын
great video. very helpful
@KeshenMac
@KeshenMac 9 ай бұрын
insanely helpful
@Userkazt
@Userkazt Жыл бұрын
Thankyou, you are great
@ivanangelkoski
@ivanangelkoski Жыл бұрын
I have this weird issue when importing TS files. it imports them with .js prefix but its a ts file. why is that?
@yoniifrah2268
@yoniifrah2268 Жыл бұрын
all the commands but still need to watch the video :) node --version npm init npm i -g typescript tsc tsc --version tsc --init --sourceMap --rootDir src --outDir dist tsc npm i --save-dev typescript
@AZisk
@AZisk Жыл бұрын
thx!
@mz8755
@mz8755 Жыл бұрын
can;t believe it's 2023 and things are still that complicated
@anonkun3807
@anonkun3807 Жыл бұрын
This is good tutorial!
@proteus1
@proteus1 Жыл бұрын
Alex I have terminal issue where terminal text is so small it's hard to read. Tried changing terminal font size, but no change. Have you any issues with this or how to change the size to normola size. I went into zsh settings and it wont change. M1
@rajeeshjohn8365
@rajeeshjohn8365 Жыл бұрын
My vscode is not highlighting errors in the 'ts' file. Any insight?
@crushfire2004
@crushfire2004 Жыл бұрын
Been switched to Deno & Go for past 1 year, does ts-node (& ts-node-dev) still relevant?
@priyankasachan672
@priyankasachan672 9 ай бұрын
Hi, I am getting error import { Chicken } from "./chicken.TS"; While importing
@GuillaumeHanique77
@GuillaumeHanique77 Жыл бұрын
Thanks, man!
@AayushGoyalderiva
@AayushGoyalderiva 5 ай бұрын
Life saviour.
@mcstechsupport9889
@mcstechsupport9889 Жыл бұрын
Hi Alex, you're a life saver with stuff like this. One Question nevertheless, does this also work for debugging Angular applications?
@MiLLz830
@MiLLz830 Жыл бұрын
what about text autofill?
@EduardoHernandez-ux6gg
@EduardoHernandez-ux6gg Жыл бұрын
thx bro, you should create a complete ts tutorial
@toadlguy
@toadlguy Жыл бұрын
Not disagreeing exactly, but there are loads of typescript videos, but very few on how to just set up your project quickly unless using a specific framework. The comments tend to also add possible variations that might conform your particular situation. If an easier way to do this in VS Code comes out (which it should, btw), we might get a comment or if Alex sees it, a new video 😃
@sanfords
@sanfords Жыл бұрын
nvm - gives issues, why do we need v 18 of node? nbm needs bash to properly install now. Ah it has all changed AGAIN.
@iDoc_Elf
@iDoc_Elf Ай бұрын
very good man
@MohamedFathyMakhlouf
@MohamedFathyMakhlouf Жыл бұрын
i have a problem while writing command (tsc --versiov)
@AlThePal78
@AlThePal78 6 ай бұрын
why didn't you use npm init -y
@hanes2
@hanes2 Жыл бұрын
I would just do ‘pnpm create vite tsdev -template vanilla-ts’… (or vue-ts, or react-ts etc.)….. and easy as that… and pnpm and vite is just awesome.
@AZisk
@AZisk Жыл бұрын
yes, if creating a web project and then a specific ui framework, sure. but you’re also adding a bunch of extra dependencies.
@hanes2
@hanes2 Жыл бұрын
@@AZisk if it’s not web project then I don’t know what TS is used for to be honest… at best maybe electron but then u can use create electron-vite which ask for vue/react/vanilla since it’s still just web.
@crushfire2004
@crushfire2004 Жыл бұрын
@@hanes2 I made several command line utilities using nodejs + ts, so vite is a bit overkill. Until I switched to Deno for those kind utilities because of ability to bundle/build code as executable (also easier to configure).
@hanes2
@hanes2 Жыл бұрын
@@crushfire2004 it wouldn’t even cross my mind to use JS/TS for CLI tools. Then I my mind would be like depending if need; bash->python->rust
@crushfire2004
@crushfire2004 Жыл бұрын
@@hanes2 python should be great, but my past companies mainly use js and everyone already familiar with so we decide to go with Deno to avoid additional learning curve & tooling setup. Maybe not a great choice, but it works for us lol.
@matthewrevees8631
@matthewrevees8631 11 ай бұрын
I know this is a good tutorial and I'm just dumb but in the first minute I don't even know where you typed does commands, what does commands are, how did they open visual studio...
@joostschuur
@joostschuur Жыл бұрын
'npm init -y' uses all the defaults.
@AZisk
@AZisk Жыл бұрын
yes, but is it as fun 🤩
@joostschuur
@joostschuur Жыл бұрын
@@AZisk Think of the money saved from otherwise replacing worn out enter keys!
@AZisk
@AZisk Жыл бұрын
@@joostschuur this is very true, but it’s such a liberating feeling to let go of efficiency and throw caution to the wind ;)
@MohammedAli-p7e9d
@MohammedAli-p7e9d 5 ай бұрын
8:57 you didn't need to tell me to subscribe because you deserve it 😊
@husamburhandev
@husamburhandev Жыл бұрын
Thanks for this video. For the auto compilation could we just use: tsc -w ?
@cuachristine
@cuachristine Жыл бұрын
It would be good to see how to do the same for Visual Studio proper. For a web project.
@rusted.dreams
@rusted.dreams 2 ай бұрын
thanks man
@Zulf-l6l
@Zulf-l6l Жыл бұрын
the best!
@og4789
@og4789 Жыл бұрын
You are so cool 👍
@privebia371
@privebia371 Жыл бұрын
try „npm init -y“
@MaciejLisCK
@MaciejLisCK 7 ай бұрын
tsc --init --sourceMap --rootDir src --outDir dist
Жыл бұрын
Too more zooms and outs ;) BTW Nice topic.
@ummlol
@ummlol Жыл бұрын
Great video - little less cutting to the side of your face and not showing the screen and commands
@edwinpurizaca
@edwinpurizaca Жыл бұрын
Buenisimo
@ccall48
@ccall48 Жыл бұрын
glad to see using js has improved since 1996... looks even more dumpster firey today :D
@olegkolesnikov7694
@olegkolesnikov7694 Жыл бұрын
supper!
@parkerhix1057
@parkerhix1057 5 ай бұрын
in some messed up way, this video, too, will be outdated haha
@AZisk
@AZisk 5 ай бұрын
probably already is
@RajatkumarJena-u3c
@RajatkumarJena-u3c 11 ай бұрын
it's complicated way it's not beginner-Friendly
@4444-c4s
@4444-c4s Жыл бұрын
Warning: Don't follow along with him, just watch whole video and understand what to do and what not to do...😜😜
@nikawritescode
@nikawritescode Жыл бұрын
Alex, I like your videos, but I'm not sure what was the purpose of this video, nobody is coding TS like you did in this video, there are tons of tools that remove all those overheads, Vite for example and lots of others that require way less config, or almost zero config. I've never seen any developer around me doing typescript development like you tried to do in this video. I've seen lot's of reasons to not use tools like vite for example, or webpack or whatever... but adding those tools doesn't hurt performance, nor it affects transpiled version, it's just a DX tools that make your life way easier, both when setting up new project and for larger projects. so I don't know, especially it's problematic when you upgrade to new version of node, it's very problematic when you are not using those tools. I'm developer 18 years already and I just wanted to say that, reinventing the wheel, doesn't make it better, you just wasted lots of time to make something that already existed and worked absolutely fine, same goes for people who think writing application without frameworks and existing tools are bad and they are trying to write everything from scratch by themselves and they can't realize that all those tools were tested by thousands of people and now as you try to not use all those tools, you have to do everything on your own. Especially for Javascript/Typescript right? it changes so quickly, if you are doing everything on your own, you are wasting time on something that you don't need, if you are building application, why not focus on doing that, instead of wasting time on re-creating something that already exists.
@fantabarack
@fantabarack 2 ай бұрын
Dude, very good content, but this cuts are crazy. I'm watching the code, than your face, then your face from the side. I think the content is good, but this part is completely unnecessary. Put yourself on the corner and let us see the code instead, you are a coder, we are interested in the code, not your face in different angles. really.
@Oaks64
@Oaks64 6 ай бұрын
Thanks!
@AZisk
@AZisk 6 ай бұрын
wow thank you so much!
Learn TypeScript Generics In 13 Minutes
12:52
Web Dev Simplified
Рет қаралды 294 М.
How to install typescript
12:14
Hitesh Choudhary
Рет қаралды 46 М.
Какой я клей? | CLEX #shorts
0:59
CLEX
Рет қаралды 1,9 МЛН
Air Sigma Girl #sigma
0:32
Jin and Hattie
Рет қаралды 45 МЛН
How Senior Programmers ACTUALLY Write Code
13:37
Thriving Technologist
Рет қаралды 1,6 МЛН
How to Setup Node.js and TypeScript
20:18
Better Stack
Рет қаралды 3,2 М.
How Did I Not Know This TypeScript Trick Earlier??!
9:11
Josh tried coding
Рет қаралды 218 М.
Zed “kills” VSCode
12:10
Alex Ziskind
Рет қаралды 914 М.
I Cannot Believe TypeScript Recommends You Do This!
7:45
Web Dev Simplified
Рет қаралды 179 М.
Setting up new MacBook for software development
31:42
Alex Ziskind
Рет қаралды 666 М.
I tried React and it Ruined My Life
1:19:10
Tsoding Daily
Рет қаралды 158 М.
My Minimal and Beautiful VSCode Setup
10:55
Josh Cirre
Рет қаралды 110 М.