VS Code Got A New Competitor - My Review

Поділитися
Вставка
  • Опубліковано 28 вер 2024
  • Are you confused where to start coding/what to learn/what roadmap to take? Take this free 2 minute quiz: codedamn.com/c...
    👉 Checkout codedamn on social:
    ✨ Instagram: cdm.sh/ig
    ✨ Twitter: cdm.sh/twt
    If you found the video valuable, please leave a like and subscribe ❤️ It helps the channel grow and helps us push out more valuable content.
    ✨ Tags ✨
    #vscode

КОМЕНТАРІ • 82

  • @imnash21
    @imnash21 7 місяців тому +20

    This is only for Mac OS, You just remove the word "Competitor" cuz not all users using Mac OS

  • @arjitmishra100
    @arjitmishra100 7 місяців тому +5

    this just shows how good jet brains ide are, especially for a professional.

  • @dealloc
    @dealloc 7 місяців тому +1

    The "remove unused import" is built in to LSP, which Zed relies heavily upon. You can open the quick actions menu either by clicking on the 'lightning' icon that appears in the gutter, or press CMD+. (period). This is also the same actions you can use when selecting some code, you can create a new file. Other commands can be found in the command palette (CMD+P), such as renaming, etc.
    As for formatting; by default Zed is setup to use TypeScript's code formatting for TS, TSX, JS, JSX, etc. Though, you can set the formatter to "prettier" for the languages within "language_overrides" to make it pick up your prettier config.

  • @sidforreal
    @sidforreal 7 місяців тому +2

    Remember Jetbrain's Fleet? That was also called out as VS code replacement

  • @ChrisLaupama
    @ChrisLaupama 7 місяців тому +9

    Absolutely love Zed! Have fully switched from VSCode.
    FYI Syntax highlighting is based on the theme, just like in VSCode.

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

      How is the extension support? Is all vs code extensions available for zed?

    • @vaibhavsharma4083
      @vaibhavsharma4083 7 місяців тому +1

      They build treesitter

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

      @@akashambrose they’ve just opened up extensions so it’s still very new

  • @kartik9892
    @kartik9892 7 місяців тому +10

    everything works fine for me using vscode, i see no point switching. even if it claims to be faster, vscode doesnt seem slow to me.

    • @codedamn
      @codedamn  7 місяців тому +2

      vscode becomes very slow for us sometimes when used in a heavy typescript/eslint + tslint project. but that problem i think is unsolvable with zed because the fault here is of javascript tooling, not of vscode.

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

      @@codedamn true using typescipt with big codebase in vscode is pain for me. when I cahnged something vscode shows me red squiggly lines for few secs which make me thinks that i did something wrong

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

      Same problem I faced is vs code is very slow for big TS projects. If zed fix it small thing. People with low end pc can shift to it

    • @Johnny-rf4iu
      @Johnny-rf4iu 7 місяців тому

      what's your system specs kartik??

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

      @@Johnny-rf4iu I think he is using quantum computer

  • @anshiksingh4130
    @anshiksingh4130 7 місяців тому +2

    Zed is good but i am interested in helix editor an rust based neovim alternative 😅

  • @Spartan-v1i
    @Spartan-v1i 3 місяці тому

    Sir make full course about backend for basic to advanced

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

    hey mehul can you make video on remix vs next js or other framewrok Thank you for awesome video every time in your channel

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

    All editors when they are brand new are very lean. I want to see this new editor with hundreds of new features and docen of plugins

  • @Bob-tx7hv
    @Bob-tx7hv 7 місяців тому

    it's not a replacement for VSCode if it runs only on Mac, that's why you haven't heard much about it

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

    Go to definition does not work as well as in VSCode. I had switched to using Zed full time but due to option/command+click not working with typescript interfaces and types, I had to go back. For my particular use case, I need to go to type definitions very often. Also, the shortcut for goto definition is also different, a deal breaker for me. Same goes for select all occurrences, etc. I love vim though. I even use vim as my daily driver in my VSCode. Looking forward to trying Zed again in my next project. Waiting for the prisma syntax highlighting as well. Another deal breaker for me.

    • @dealloc
      @dealloc 7 місяців тому +1

      It does work, but differently. While in VSCode you can pretty much Command-click on everything, in Zed it's only "Go to definition" that has the Command-click on references, not the definitions themselves.
      Command-clicking on a definition in VSCode would open a panel to "Find all references". In Zed this can be done by right clicking on an identifier (e.g. function name, type, etc.) to show the context menu, and clicking on "Find all references", or using the default shortcut Option+Shift+F12 while the cursor is near that identifier.
      Would be more intuitive if they opened a panel like VSCode, though, I agree.
      Zed also has "select all occurrences", it's just called "select all matches", and can be done using the shortcut Command+Shift+L.

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

      @@dealloc apparently I had not updated my editor cuz I was running a server doing some testing back then. Ig it’s more functional now. Still not as good, but it’s definitely something. Also, I noticed that the extensions are there. It’s pretty neat tbh.

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

    Do codedam have Android and ios app? Just wondering...

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

    Another case of. Lets build sth that already exists... I am sticking to VS Code.

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

    Does it have extension support? If they want to be vscode killer, they should start from there, and maybe also support vscode extensions somehow.

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

      they have extensions check zed preview build

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

      @@xqsit94 they only support rust based extensions, I doubt their ecosystem would get even close to vscode

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

    you saw from fireship i am sure

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

    Why every Pilani alum sucks at building a company ?

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

    Sir, May I be Your video Editor please❤

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

    VSCode is ❤❤

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

    i don't like its name, reminds me the Pulp Fiction's character

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

    Sheryians coding school spotted 😎

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

    nice video

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

    another app named arc browser trying to replace chrome.

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

    SHERIYANSS FAMMM

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

    It's just another fad. "Built like a game. Faster than VS Code, Collaboration". Real developers don't care about these things actually. Zed is for soy devs 😑

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

    Yet another IDE...

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

    Not this bandwagon again...

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

    So zed > VS Code just because less ram and load time 🤣🤣🤣🤣🤣

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

      I hate vscode, since zed has arrived my life has been easier

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

      @@maximus1172 idk I haven't tried it yet can you tell me some more benefits of z

  • @JT-mr3db
    @JT-mr3db 7 місяців тому +5

    VSCode, but in rust is probably not what they are going for, and hopefully not where they land. This thing has to be not just a little bit better, but way better for it to dethrone the king.

  • @TheDarkOneSC2
    @TheDarkOneSC2 7 місяців тому +56

    Fascinating, people already fighting over which is better Zed or VSCode , while pretending they never heard of the true king. Vim.

    • @achalpathak91
      @achalpathak91 7 місяців тому +5

      nvim + tmux all the way.

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

      Try coding in C++20 on VIM as a newbie or a non-pro and THEN talk to me about "King" you Fraud! xD

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

      Vim is shit

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

      Emacs is life

    • @tanker242
      @tanker242 7 місяців тому +1

      Ahhh the age old battle of Emacs vs Vim... Really is he really bringing up sublime and Notepad ++?
      I hope this guy understands that vs code is not an IDE. Sure, you can get a workflow that's similar to an IDE, but it is not an IDE I repeat not an IDE. This is not an integrated development environment. It is a code editor. That's why Microsoft has something called visual studio which is an IDE and is gigabytes and gigabytes bigger. People like code editors better because they're lightweight and you can still attach them with a console to do your workflow.

  • @Hey.MangoJango
    @Hey.MangoJango 7 місяців тому +4

    No Linux? Don't think Zed will take off.

    • @codedamn
      @codedamn  7 місяців тому +3

      they'll work on it eventually

  • @ДанилоКуропятник
    @ДанилоКуропятник 7 місяців тому +2

    Why does no one talk about the debug / run configuration absence? I can't imagine my working experience without these features, and Zed currently don't support them

  • @sanishchirayath4149
    @sanishchirayath4149 7 місяців тому +3

    The collaborative feature is actually useful, It can actually help asynchronus, remote teams, kind of like figma does, we can drop opinions where it matters, access it quick, screenshots + slack + live calls are takes more effort, bringing it to an IDE, eventhough none of us are familiar with that workflow, I believe it is a better step forward , collaborations doesn't have to be live

  • @ИванРагозин-я8я
    @ИванРагозин-я8я 7 місяців тому +3

    I think it's worth paying attention to Zed in 5-10 years, it's very early now

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

    damn , all that aura and it still has extentions searching problem

  • @nixoncode
    @nixoncode 7 місяців тому +1

    i think it's here to just make vs code better

    • @codedamn
      @codedamn  7 місяців тому +1

      yeah, competition is always good

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

    sir reactjs testing k upr ek video bna do

  • @ezeobisunny
    @ezeobisunny 7 місяців тому +6

    Your video is very good, and your review is honest
    I always trust your review 👍

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

      thumbnail is pretty good too

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

    The sad part of the story of new promising products is that we all know, if it succeeds, down the line it'll just be bought by one of the Big Ones.

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

    I am using Macbook AIr M1, I have switched to ZED just for the performace.
    Few things I am missing is the eslint, prettier, and closing terminal also the switching between tabs.
    I want to point out the thing that you can sort import and remove used import by click on lightning icon, icon appear on line you are focused, before the number of line.

  • @Sandeep-zd6dq
    @Sandeep-zd6dq 7 місяців тому

    Correct that would be a major challenge for them because we are habitual of VS Code like you also mentioned that sidebar search is something we prefer and unused imports clean up and what not

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

    You don’t have to be salty just because you don’t have a mac 😊

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

    Have you used nvchad or any other neovim distribution

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

    What about the extensions on Zed ?

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

    Zed is crap

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

      Zed is best thing since sliced bread

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

      @@maximus1172 ahahaha nice joke 🤣

  • @MeerUzairWasHere
    @MeerUzairWasHere 7 місяців тому +1

    VS Code >>> Zed

  • @mohitkumar-jv2bx
    @mohitkumar-jv2bx 7 місяців тому

    You forgot about Neovim. It can run circles around VsC*de