10X Your SvelteKit Developer Experience in VSCode

Поделиться
HTML-код
  • Опубликовано: 21 ноя 2024

Комментарии • 107

  • @JoyofCodeDev
    @JoyofCodeDev Год назад +68

    This is almost exactly the same video I wanted to make. One thing I would love for VS Code is to have an adjustable line height for the explorer because it's hard to parse the project structure sometimes and increasing the indentation helps but I would also like to increase the line height.

    • @philippsteinke5694
      @philippsteinke5694 Год назад

      every comment got a heart but yours! :(

    • @jordancalhouncom
      @jordancalhouncom Год назад +1

      Totally agree with you, this has always been a pain point for me in VS Code, ,apps like Nova do a much better job at this layout - alas that app is full of its own issues, esp for Svelte devs

    • @Huntabyte
      @Huntabyte  Год назад

      @Phillip I hadn’t checked all the comments yet!

    • @Huntabyte
      @Huntabyte  Год назад +2

      I completely agree! I wonder if possible via an extension of some sort? I’m sure a lot of people would benefit!

    • @dand4485
      @dand4485 Год назад +1

      Might be nice if someone does this, might be me but just seems to make sense there would be a file height and a directory/folder height gap? Just thinking it might be nice to have 2x or 3x the file height gap to help see the separations between the files in one folder vs another?

  • @ra-v-y
    @ra-v-y Год назад +2

    Great video. I'm learning SvelteKit from your practical videos. In this video you mentioned that you could not get used to the "Explorer: Files First" concept. I had the same until I discovered the "Explorer › File Nesting: Patterns".
    The patterns that help me clean up the individual files that clutter the tree before the folders.
    Item: package.json
    Value:
    playwright.config.ts, pnpm-lock.yaml, postcss.config.cjs, svelte.config.js, tailwind.config.cjs, tsconfig.json, vite.config.ts, .eslintignore, .eslintrc.cjs, .npmrc, .prettierignore, .prettierrc
    Item: +layout*.svelte
    Value: ${basename}*.ts
    Item: +page*.svelte
    Value: ${basename}*.ts

  • @SRG-Learn-Code
    @SRG-Learn-Code Год назад +15

    00:00 Intro
    00:14 Tab label format
    01:08 Explorer sort files first
    02:38 Compact folders
    03:23 Material Icons #43a047
    04:23 Tree indent
    05:17 Extensions
    07:21 Navigation
    08:29 Svelte Discord
    09:22 Outro

  • @maskman4821
    @maskman4821 Год назад +3

    This is a valuable lesson, these shortcut / tricks make Sveltekit development easier and enjoyable, I particularly like No.1 and No.3 settings, very useful, practical and minimize the confusion, thank you so much 🙏

    • @Huntabyte
      @Huntabyte  Год назад +1

      You’re very welcome!

  • @bmehder
    @bmehder Год назад +3

    Tip #1 === pure gold!

    • @Huntabyte
      @Huntabyte  Год назад

      I agree - it's certainly a gamechanger!

  • @asatorftw
    @asatorftw Год назад +1

    Just got into SvelteKit recently and you solved some problems for me. Earned my sub!

  • @coderwolfie2201
    @coderwolfie2201 20 дней назад

    wow you made vs code better. I never knew these settings existed or that I needed them.

  • @dziugasbizokas5359
    @dziugasbizokas5359 10 месяцев назад

    Watched a lot of your tutorials, they're great!
    Much love for putting the effort in all of this, keep it up! :3

  • @romer-dev
    @romer-dev 8 месяцев назад

    Thank you, this is very helpful as beginner in sveltekit even though its my first time using svelte the settings made my vsc more productive

  • @JamesQQuick
    @JamesQQuick Год назад +1

    This was an awesome video. Thanks so much for sharing these tricks!

  • @everyhandletaken
    @everyhandletaken Год назад

    whoah.. that first tip, why did I not know about this before?! sooo helpful !!

    • @Huntabyte
      @Huntabyte  Год назад +1

      It's a game changer especially when you don't have the explorer open!

    • @everyhandletaken
      @everyhandletaken Год назад

      @@Huntabyte absolutely! Really useful & several other tips adopted from this video, thank you 😊

  • @budivoogt491
    @budivoogt491 Год назад

    Great video! Loved the displaying of file path in the tabs.

  • @AlexUnderCMYK
    @AlexUnderCMYK Год назад +3

    Great content and video production, no BS and all pretty clear. Thanks

  • @xeon7879
    @xeon7879 Год назад +5

    hello algorithm

  • @marlopainter8246
    @marlopainter8246 Год назад +1

    I kinda like tip #2 as it puts all the files you rarely go into after project setup at the top and out of the way. I understand how you didn't like it, but I will also give it a try.
    #3 - omg I hated that, thank you!

    • @marlopainter8246
      @marlopainter8246 Год назад

      UPDATE - I coupled Tip #2 with a `Hide Files in Explorer` extension to get rid of the files I never open... and I don't think I can go back now. I opened Webstorm after making these changes to VS Code, and I was angry, lol. I just closed it and went back to VS Code, instead of configuring Webstorm.
      I've also gone in and tweaked indent, line height, added padding to the top of the editor, setup the icons... I love VS Code now.
      Thanks again for the video.

  • @ScriptRaccoon
    @ScriptRaccoon Год назад +1

    Awesome tips! I am excited to use the SvelteKit snippets.

    • @Huntabyte
      @Huntabyte  Год назад

      I make snippets for so many things now!

  • @iPankBMW
    @iPankBMW Год назад +1

    Thanks for videos on new and hyped topics so early :) I live how we can adapt VSCode tips for Nextjs13 aswell :) Thanks!

  • @hnazmul
    @hnazmul Год назад +1

    its really an beneficial video. and these are very rare tips. very few people give tips like him. Thank you man.

  • @cedigasser
    @cedigasser Год назад +2

    Great video! Some of those tips apply to vs code in general, you could do a video on how to work more efficient with vs code in general.

  • @0791679
    @0791679 Год назад +1

    Tnx for the tips , although I knew 7 from 10 but the 3 ones was very good

  • @mcdba41
    @mcdba41 Год назад +1

    tnx

  • @bozidarbralic1937
    @bozidarbralic1937 Год назад +2

    Would be great if you did a video on Error handling with hooks in SvelteKit. I've got a real problem at work concerning Error handling and if you'd consider it I would be very grateful. Ex. HandleClientError.
    Thank you for the great and up-to-date series on Sveltekit

    • @YuGoCheff
      @YuGoCheff Год назад +1

      Error handling is big and important thing for everyone, so would also appreciate a video (series) on it ! :)

  • @frederikclement7795
    @frederikclement7795 Год назад +1

    great tips, thank you!

  • @Mrg-z3q
    @Mrg-z3q Год назад +2

    Awesome video ! hopefully svelte will become more popular than react one day

    • @Huntabyte
      @Huntabyte  Год назад

      It's possible but certainly a good amount of time away.

  • @nobodyshomeuk
    @nobodyshomeuk Год назад +1

    VS Code really needs to make a sort order for filesFirstExcludingRoot. I love the root folders up top but also love the files at the top of nested folders. Shame i can't have both :(

  • @naranyala_dev
    @naranyala_dev Год назад +1

    Awesome, waiting for the next 10x tips

  • @frosty2912
    @frosty2912 Год назад +1

    Most tip videos are not that good but this one had some really great tips that I applied to my setup immediately. Thank you!

  • @theIbraDev
    @theIbraDev Год назад +1

    Thanks for the tips Huntabyte!

  • @mannuelf
    @mannuelf Год назад +1

    Thank you sir, this is awesome.

  • @Noritoshi-r8m
    @Noritoshi-r8m Год назад +1

    Very useful stuff, many thanks.

  • @luminox1
    @luminox1 Год назад

    im with you on the second tip, looks alien to me ahaha. Maybe if was brand spankin new to vscode i might be able to deal with it

    • @Huntabyte
      @Huntabyte  Год назад

      Facts! Couldn't get past that at all.

  • @itspaulinamac
    @itspaulinamac Год назад +1

    A great video as always! Thanks for the tips!

  • @andrew.derevo
    @andrew.derevo 5 месяцев назад

    Thanks! helps me a lot ❤

  • @gorandamchevski
    @gorandamchevski Год назад +1

    Great video, thanks for the tips!

  • @BoukeGroenescheij
    @BoukeGroenescheij Год назад +1

    Very nice video and tips - very helpful; I like them all!

    • @Huntabyte
      @Huntabyte  Год назад +1

      I’m glad to hear that!

  • @garmendash3726
    @garmendash3726 Год назад +1

    Nice video, now I have to watch it

  • @babyfeavel71
    @babyfeavel71 Год назад +1

    very good

  • @Jorge78712
    @Jorge78712 Год назад +1

    Great video!! Very helpful thanks!!

  • @jordancalhouncom
    @jordancalhouncom Год назад

    *EDIT*
    That feature is included with the File Utils extension
    In the extensions section with those 3 installed the right click "Sveltekit files" is not listed for me. Is it possible this is included in another extension? thanks for the great video!

    • @Huntabyte
      @Huntabyte  Год назад

      Oh really? I thought it was a part of the Svelte for VSCode extension.

  • @iteammy
    @iteammy Год назад +1

    Great video, Thank you

    • @Huntabyte
      @Huntabyte  Год назад

      Thank you! You're very welcome!

  • @alittlegreyhair1104
    @alittlegreyhair1104 Год назад +1

    Really useful, thank you.

  • @nazuu
    @nazuu Год назад +1

    Thanks bud :)

  • @twd2
    @twd2 Год назад +1

    love it 😍

  • @senseicodes
    @senseicodes Год назад +1

    Great video as always!

  • @szigyartom
    @szigyartom 8 месяцев назад

    I tried files first too, but it's much better to set hidesExplorerArrows to true. The arrows are ruining the whole thing visually.

  • @nijinnazar2160
    @nijinnazar2160 Год назад +1

    Awesome ❤

  • @rubickthegrandmagus137
    @rubickthegrandmagus137 Год назад

    I can't seem to find that SvelteKit File in my context menu

    • @rubickthegrandmagus137
      @rubickthegrandmagus137 Год назад

      Found it in extension settings. Hope you include it on your next video to help noobs like me. Thanks

  • @aanes1dev869
    @aanes1dev869 Год назад +1

    this is gold!!

  • @it-s-me-mohit
    @it-s-me-mohit Год назад +1

    Great video 👌👌

  • @cory2300
    @cory2300 Год назад

    Great tips!!

  • @scott_itall8638
    @scott_itall8638 Год назад

    Material Icons theme just reverts to not being installed oddly.

  • @crowdozer
    @crowdozer Год назад +1

    Wow, almost every one of these so far is something that irks me but I assumed wasn't customizable lol

  • @christopherhornle4513
    @christopherhornle4513 Год назад +1

    algo :)

  • @ambig1
    @ambig1 Год назад

    hmm, after seeing how the face behind the voice of 'daily dose of internet* looks, i am not surprised anymore how he looks.

  • @aramp
    @aramp Год назад

    comment for the algo

  • @flogginga_dead_horse4022
    @flogginga_dead_horse4022 Год назад

    But I'm using webstorm!!!! 😜

  • @JustBCWi
    @JustBCWi Год назад

    Should be "how to 10X with VSCode in Sveltekit."

    • @Huntabyte
      @Huntabyte  Год назад +1

      Yeah except the last one - so I guess it should be How to 10X with VSCode and Discord in SvelteKit eh?

  • @j.m.manhard
    @j.m.manhard Год назад

    Beside the last one this is all just about VS Code. I admit it's pretty commonly used but it's by far not the only one out there and thus framing the video in a general way "Improve DX for Svelte kit" is a bit clickbaity in my opinion. You should narrow it down to be more accurate by adding "in VS Code" or something.

    • @Huntabyte
      @Huntabyte  Год назад +1

      If I hadn't included the last one then I would have added 'in VSCode' to the title. I did include it in the thumbnail though as I realize most are relating to VSCode. I know with the latest StackOverflow survey 75% of developers prefer VSCode, and I'd be willing to bet that >90% of web developers prefer it.

  • @sefpai424
    @sefpai424 Год назад +1

    Great video thanks for the tips!

  • @stoobe
    @stoobe 3 месяца назад

    Great tips, thanks!