Visual Studio Code Killer? Zed editor on Linux

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

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

  • @desvendandoornasaude4127
    @desvendandoornasaude4127 6 месяцев назад +1

    I have installed Zed this week. It is cool. Now I use Zed and Neovim

  • @noahjoyner8232
    @noahjoyner8232 6 месяцев назад +1

    i use emacs, and was excited by zed and built it months ago. i was mostly excited for the ollama integration (local llm/copilot). it was nice, but I have found a emacs package that adds it and though it needa some work it isnt enough for me to switch and deal with building from source.

  • @aklecks3070
    @aklecks3070 6 месяцев назад +6

    What is the killer feature? Performance?
    Never had a problem there in vscode..

    • @noahjoyner8232
      @noahjoyner8232 6 месяцев назад +2

      There is no killer feature. It's just a really good suite, the team has a strong reputation, and there is no Microsoft attachment.

    • @AdroSlice
      @AdroSlice 6 месяцев назад +4

      It's probably more a matter of principle. I've used VSCode for most of my programming career, but I'm currently evaluating whether switching to Zed is an option for me. VSCode has some pretty long startup times due to its choice of underlying technology, and the same choice also adds some jank further down the chain. By comparison, Zed chose a much more sane technology.
      Even if Performance isn't technically an issue, wasting computer resources is still something I don't really agree with, hence my interest.

    • @mehvix
      @mehvix 5 месяцев назад

      you are complacent w the bloat and sluggishness of vscode

  • @workingguy3166
    @workingguy3166 6 месяцев назад

    If anyone can help me get tmux to work on zed I'd appreciate it 😢 i can't split/C-b % because ctrl b in terminal context maps to workspace open file tree, been trying to find a solution/ticket on their github page without success

  • @robynrox
    @robynrox 6 месяцев назад +1

    I don't know. VS Code isn't ideal, but it's pretty good, and I'm not sure I want to learn a new editor. Plus some of my work is done on Windows. And I find VS Code pretty performant.

    • @AdroSlice
      @AdroSlice 6 месяцев назад +2

      The default keybinds for Zed are fairly similar to VSCode, I only had to change like 5-10 binds because they were missing or didn't match my preference (I hate recent-order CTRL+TAB).
      Performance is great so far, and the fact that it installs the necessary LSP tooling for you is pretty neat, though some might consider this bloated.
      My only issue I've had with it is that it doesn't use my extension-provided base16-dracula theme right on launch, and takes a couple second to switch. Launch itself takes less than a second, though.

    • @robynrox
      @robynrox 6 месяцев назад

      Well that's good to know, thanks!

  • @candyyyq
    @candyyyq 6 месяцев назад

    I think I prefer my neovim :D

  • @debajyatidey9468
    @debajyatidey9468 6 месяцев назад

    Zed doesn't even open in Archlinux

    • @Just_Areki
      @Just_Areki 6 месяцев назад

      It is open for me, arch too, but it has issues with autosuggestion selection (it has one suggestion on top of another), so still not usable for real work. Still gonna use nvim and vscode

    • @debajyatidey9468
      @debajyatidey9468 6 месяцев назад

      @@Just_Areki nvim and vscode is the forever ultimate combination

    • @AdroSlice
      @AdroSlice 6 месяцев назад

      @@debajyatidey9468 Works fine for me under Arch and Sway. Suggestions work fine too.

  • @RarelyCorrect
    @RarelyCorrect 6 месяцев назад +4

    So it's open source, but has a contributor license agreement and is backed by a for-profit company. Which means if they ever get into a dominant position, they will definitely use it to start locking people into a proprietary ecosystem built on top of their open source foundation (which is exactly what Microsoft does with VSCode and it's extension store + proprietary LSPs replacing open source ones by becoming defaults). No thanks, I already have to use VSCode and this is no better. Theia looks more promising.

    • @daddoesdigital
      @daddoesdigital  6 месяцев назад +1

      That's a lot of maybe's 😁

    • @AdroSlice
      @AdroSlice 6 месяцев назад

      @@RarelyCorrect Theia is also built with web tech, which is a little eh. CLAs are pretty normal.
      If it becomes like VSCode, remember Codium and how it's completely viable.

  • @SPOOKIEMOOKe
    @SPOOKIEMOOKe 6 месяцев назад

    Not available on Windows but Apple and Linux? The irony is heavy

    • @anonymouscommentator
      @anonymouscommentator 6 месяцев назад +1

      it started on apple thus porting it to linux is way easier than to windows. apple and linux have a higher combined market share than windows (for developers).

    • @SPOOKIEMOOKe
      @SPOOKIEMOOKe 6 месяцев назад

      @@anonymouscommentator I'm guessing you meant to say "linux for developers" at the end?

    • @anonymouscommentator
      @anonymouscommentator 6 месяцев назад

      @@SPOOKIEMOOKe oh my bad yes, i corrected it now. thanks!

    • @SPOOKIEMOOKe
      @SPOOKIEMOOKe 6 месяцев назад

      @@anonymouscommentator oh I see. I didn't know that distinction. I always thought that windows had more support for developers. I know there's specialized Linux kernels for companies and traders, but those aren't usually available to the public. That's why Zed is a big deal for developers

  • @thedeemon
    @thedeemon 6 месяцев назад +1

    Don't fall for marketing claims. People measured it and found Sublime still reacting faster.
    VSCode is also not slow really, I don't know why people who don't use it keep saying it is.

    • @vrbz
      @vrbz 6 месяцев назад +4

      yes because sublime isn't a true IDE, no wonder it still reacts faster, also coming from experience VSCode* really can be slow, and i have a rather modern machine, ive made the switch the Arch (btw) around a month back and i'm loving it, VSCode is slightly better but still not 'speedy' as i would want to call it

    • @daddoesdigital
      @daddoesdigital  6 месяцев назад

      lol no idea why we need to bring your distro into this... btw

    • @AdroSlice
      @AdroSlice 6 месяцев назад

      VSCode uses more resources from the start and slows down with many extensions. So the baseline is perfectly usable, but it is wasteful.