THIS is EASY TypeScript Setup in VSCode

Поділитися
Вставка
  • Опубліковано 2 жов 2024

КОМЕНТАРІ • 130

  • @vinicius18103
    @vinicius18103 Рік тому +68

    Alex is the type of guy I would like to have as a coworker! 😂

  • @echobucket
    @echobucket Рік тому +6

    Typescript and node needs to get this module stuff figured out, it's a complete and utter mess

  • @leooel4650
    @leooel4650 5 місяців тому

    I was having a headache for the past 6 hours... what a painkiller you are man!
    Thanks.

  • @davidelmakias5545
    @davidelmakias5545 3 місяці тому

    i spent 2 days trying to figure out how to do that. thanks a lot!

  • @galacticdivinity
    @galacticdivinity Рік тому +1

    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!

  • @sofiaknyazeva
    @sofiaknyazeva Рік тому +16

    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  Рік тому +25

      not as fun as pressing enter a bunch of times without looking 👀:)

    • @FoodFoodMoney
      @FoodFoodMoney Рік тому +2

      @@AZisk i totally agree! :3
      Npm init
      Enter
      Enter
      Enter
      Enter
      Enter
      Is fun

    • @toadlguy
      @toadlguy Рік тому +4

      @@AZisk You could even make a modified Schwarzenegger that repeatedly hit enter 😂 (for even more fun)

    • @AZisk
      @AZisk  Рік тому +3

      @@toadlguy Wow, I don't even know why I didn't think of that. Missed opportunity to use Schwarzenegger 2.0

  • @gokulambalavanan3592
    @gokulambalavanan3592 11 місяців тому +6

    I spent my day , querying chatgpt and running around stack overflow , and watching UA-cam videos to learn the compiling process, thanks man you are a life saver ❤

  • @basione
    @basione Рік тому +2

    Next step would be to containerise this setup, I assume ;)

  • @CafeAsp
    @CafeAsp Рік тому +3

    Thanks for your work👍🏻

  • @yoniifrah2268
    @yoniifrah2268 11 місяців тому +1

    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  11 місяців тому

      thx!

  • @55jugalo
    @55jugalo Рік тому

    You're a blessing man!!! fixed my headache

  • @KeshenMac
    @KeshenMac 6 місяців тому

    insanely helpful

  • @rakib17874
    @rakib17874 Рік тому +1

    You are awesome, man!

  • @ukaszwosek7370
    @ukaszwosek7370 Рік тому +3

    This is exactly what I was looking for, thanks !

  • @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.

  • @GerryStilton
    @GerryStilton Рік тому +2

    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..🎉

  • @joostschuur
    @joostschuur Рік тому +3

    'npm init -y' uses all the defaults.

    • @AZisk
      @AZisk  Рік тому +2

      yes, but is it as fun 🤩

    • @joostschuur
      @joostschuur Рік тому +1

      @@AZisk Think of the money saved from otherwise replacing worn out enter keys!

    • @AZisk
      @AZisk  Рік тому +1

      @@joostschuur this is very true, but it’s such a liberating feeling to let go of efficiency and throw caution to the wind ;)

  • @bilaleldabet8404
    @bilaleldabet8404 Рік тому +2

    Hahaha nice videos as always. Someone is in a good mood today 😂😂

  • @resulabdulla3825
    @resulabdulla3825 Рік тому +1

    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?

  • @husamburhandev
    @husamburhandev Рік тому +1

    Thanks for this video. For the auto compilation could we just use: tsc -w ?

  • @DesazMusicYt
    @DesazMusicYt 11 місяців тому

    Do I need to do this process every single time? Wich steps can I skip?

  • @testingstuff6111
    @testingstuff6111 Рік тому +1

    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

  • @pabloetcheverry5553
    @pabloetcheverry5553 Місяць тому

    THANKS A LOT, this was the only tutorial that actually works for me! Thanks again!!!

  • @matthewrevees8631
    @matthewrevees8631 7 місяців тому

    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...

  • @williamimbert4124
    @williamimbert4124 9 місяців тому +1

    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 !

  • @ccall48
    @ccall48 Рік тому

    glad to see using js has improved since 1996... looks even more dumpster firey today :D

  • @priyankasachan672
    @priyankasachan672 6 місяців тому

    Hi, I am getting error import { Chicken } from "./chicken.TS"; While importing

  • @MailsonWei
    @MailsonWei Рік тому +1

    this is really useful! when i was doing a project that use typescript i had no idea what to do. how everything works.

  • @isynera
    @isynera 9 місяців тому

    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.

  • @native-nature-video
    @native-nature-video Рік тому +1

    What camera do you use for recording this video? Amazing picture quality

    • @AZisk
      @AZisk  Рік тому +1

      Thanks! I use the Sony A7iv

  • @ummlol
    @ummlol Рік тому

    Great video - little less cutting to the side of your face and not showing the screen and commands

  • @Zulf-l6l
    @Zulf-l6l 10 місяців тому

    the best!

  • @MohamedFatMak
    @MohamedFatMak Рік тому

    i have a problem while writing command (tsc --versiov)

  • @RajatkumarJena-u3c
    @RajatkumarJena-u3c 8 місяців тому

    it's complicated way it's not beginner-Friendly

  • @jsg240
    @jsg240 Рік тому +2

    Thank you for this! This saved me from so much hell starting to learn TypeScript.

    • @AZisk
      @AZisk  Рік тому +2

      Glad it helped!

    • @jonathanmalloy9711
      @jonathanmalloy9711 4 місяці тому

      @@AZisk 8 months later, greatly appreciated! You're a great teacher!

  • @lucastaonline
    @lucastaonline 5 місяців тому

    AMAZING! The only explanation that worked for me... ty very much

  • @MohammedAli-p7e9d
    @MohammedAli-p7e9d 2 місяці тому

    8:57 you didn't need to tell me to subscribe because you deserve it 😊

  • @modoulaminceesay9211
    @modoulaminceesay9211 2 місяці тому

    Thanks man , i need it as a cloud engineer since we are using aws cdk.

  • @bestchoice7431
    @bestchoice7431 9 місяців тому

    Wow. You have done a great job. Can you please advise me on how to learn TypeScript very fast after learning JavaScript?

  • @Jeff-k2o
    @Jeff-k2o 6 місяців тому

    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.

  • @gokudomatic
    @gokudomatic 11 місяців тому

    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.

  • @bluerinako
    @bluerinako Рік тому +1

    Awesome, thank you

  • @hanes2
    @hanes2 Рік тому +5

    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  Рік тому +1

      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.

  • @jonnysharan4393
    @jonnysharan4393 8 місяців тому

    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 .

  • @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?

  • @justicefor_sandwichlord
    @justicefor_sandwichlord 3 місяці тому

    Eyy thnx mate highly appericiated

  • @MaciejLisCK
    @MaciejLisCK 4 місяці тому

    tsc --init --sourceMap --rootDir src --outDir dist

  • @jeju3267
    @jeju3267 11 місяців тому

    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?

  • @bisarothub1644
    @bisarothub1644 Рік тому

    Hi! Have you tried dotnet core + angular on mac? Can you recommend any nswag studio alternative on apple silicon?

  • @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

  • @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.

  • @mz8755
    @mz8755 Рік тому

    can;t believe it's 2023 and things are still that complicated

  • @hamstertheadventure827
    @hamstertheadventure827 Місяць тому

    Very helpful. Thank you!

  • @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?

  • @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.

  • @parkerhix1057
    @parkerhix1057 2 місяці тому

    in some messed up way, this video, too, will be outdated haha

    • @AZisk
      @AZisk  2 місяці тому

      probably already is

  • @jsonslim
    @jsonslim 4 місяці тому

    3:58 ${workspaceFolder} makes the wrong path, causing "Cannot find module" error

    • @jsonslim
      @jsonslim 4 місяці тому

      in my case i just deleted the launch.json and it worked

  • @lodewykduminy9511
    @lodewykduminy9511 6 місяців тому

    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

  • @jeromealtariba7339
    @jeromealtariba7339 Рік тому

    Very interesting, even have been programming TS for 4 years in VScode, I've never used these VSCode tasks.

  • @AlThePal78
    @AlThePal78 3 місяці тому

    why didn't you use npm init -y

  • @michael_hackson_handle
    @michael_hackson_handle 7 місяців тому

    What a god you are. The real MVP. Stay sharp!

  •  Рік тому

    Too more zooms and outs ;) BTW Nice topic.

  • @modoulaminceesay9211
    @modoulaminceesay9211 2 місяці тому +1

    Thanks!

    • @AZisk
      @AZisk  2 місяці тому

      thanks so much!

  • @Oaks64
    @Oaks64 3 місяці тому +1

    Thanks!

    • @AZisk
      @AZisk  3 місяці тому

      wow thank you so much!

  • @PRIYANSHU-no4ir
    @PRIYANSHU-no4ir 20 днів тому

    super man of compiler

  • @Holiday21
    @Holiday21 4 місяці тому

    God bless this man.

  • @MiLLz830
    @MiLLz830 10 місяців тому

    what about text autofill?

  • @mcstechsupport9889
    @mcstechsupport9889 Рік тому

    Hi Alex, you're a life saver with stuff like this. One Question nevertheless, does this also work for debugging Angular applications?

  • @NicolaMarino1978
    @NicolaMarino1978 4 місяці тому

    wow!! it' s amazing !!!!

  • @raushankumargupta7018
    @raushankumargupta7018 4 місяці тому

    Thank's Alex❤

  • @ZubairAhmed1024
    @ZubairAhmed1024 7 місяців тому

    wow this is some whole new way of doing it!

  • @AayushGoyalderiva
    @AayushGoyalderiva 2 місяці тому

    Life saviour.

  • @edwinpurizaca
    @edwinpurizaca Рік тому

    Buenisimo

  • @yvonbertinndonkonkouendja8140

    Many thanks Alain, very helpfull

  • @shinkowski8498
    @shinkowski8498 10 місяців тому +1

    Best tutorial ever ;-)

    • @AZisk
      @AZisk  10 місяців тому +1

      Glad it helped!

  • @Renreal-y9h
    @Renreal-y9h Рік тому

    you just made it very easy to understand. thank you for this!

  • @olegkolesnikov7694
    @olegkolesnikov7694 Рік тому

    supper!

  • @hassanriaz1409
    @hassanriaz1409 Рік тому

    you are great teacher thank you soo much

  • @marcelo8038
    @marcelo8038 5 місяців тому

    excellent video. helped a lot.

  • @artemmalieiev7500
    @artemmalieiev7500 11 місяців тому

    Awesome tutorial, thanks

  • @horvathbendeguz612
    @horvathbendeguz612 Рік тому

    Really good video, thank you!

  • @privebia371
    @privebia371 Рік тому

    try „npm init -y“

  • @Userkazt
    @Userkazt Рік тому

    Thankyou, you are great

  • @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  Рік тому +1

      what about debugging?

    • @gonzaloaller4501
      @gonzaloaller4501 Рік тому

      @@AZisk the js debug terminal automatically attaches any process running to the debugger process

  • @manojs277
    @manojs277 Рік тому

    great video. very helpful

  • @anonkun3807
    @anonkun3807 Рік тому

    This is good tutorial!

  • @GuillaumeHanique77
    @GuillaumeHanique77 Рік тому

    Thanks, man!

  • @og4789
    @og4789 Рік тому

    You are so cool 👍

  • @EduardoHernandez-ux6gg
    @EduardoHernandez-ux6gg Рік тому

    thx bro, you should create a complete ts tutorial

    • @toadlguy
      @toadlguy Рік тому +1

      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 😃

  • @ishupreetsingh6930
    @ishupreetsingh6930 11 місяців тому

    Thanks!

    • @AZisk
      @AZisk  11 місяців тому

      Wow thanks so much!

  • @cuachristine
    @cuachristine Рік тому +1

    It would be good to see how to do the same for Visual Studio proper. For a web project.

  • @nikawritescode
    @nikawritescode Рік тому +1

    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.

  • @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...😜😜