3 future code editors you MUST try 👩‍💻

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

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

  • @RenderingUser
    @RenderingUser Год назад +946

    "is the future of code on the cloud?"
    my Internet connection: *laughs in kb/s*

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

      @CatUpCat oh
      is see
      but what about compiling large software with gui?
      won't you have to download executables all the time?

    • @danielnielsen24
      @danielnielsen24 Год назад +4

      @@RenderingUser 🤯 yes let's set up a powerful environment and then not use it. That's some big brain stuff

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

      @@danielnielsen24 hmm
      i didnt quite understand that
      care to elaborate?

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

      @@RenderingUser that feels so wrong. Your setup i mean. What kind of setup is that? Downloading executables each compile? Can't you just execute it in cloud? Or just compile it on your own machine instead?

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

      @@aldi_nh I'm talking about gui applications
      those can't be tested through the cloud
      that's exactly my point
      those applications are still best compiled on your own machine
      so I'm just saying that coding on the cloud isn't going to be as great as the guy in the video thinks

  • @ruix
    @ruix Год назад +117

    Writes code
    Server crashes
    Can't work for hours
    Cloud service is amazing!

  • @jacobusburger
    @jacobusburger Год назад +381

    “Is the future of code (editing) on the cloud?”
    I sure hope not.

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

      Why tho?

    • @cerulity32k
      @cerulity32k Год назад +38

      @@tudorradu5848 coding with no internet and usually providers will limit you unless you pay for a plan.

    • @patrickbueno3279
      @patrickbueno3279 Год назад +6

      @@tudorradu5848 countries like mine with pretty shitty internet would really be affected by it.

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

      It's actually great for some applications. I installed code-server on my personal server, and it's great being able to hop in a web browser on any device, and just write server code that's instantly there on the server.

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

      I find it invaluable to have the option to. Jumping into new projects without messing up your computer with dev dependencies.

  • @eduarddez4416
    @eduarddez4416 Год назад +311

    I personally use Microsoft Word , it is probably the most customizable IDE , you are able to change colors and the font of every line of code !!
    No problem

  • @shinli7926
    @shinli7926 Год назад +66

    Me using neovim: signature look of superiority

    • @Chronologist89
      @Chronologist89 Год назад +6

      Vim, syntax highlithing and searching with ag (or similar) is fast even with millions of lines of code (not that you should ever have such a large source file in the first place)

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

      @@Chronologist89 a code editor is the last type of software that needs to optimization lol

    • @Chronologist89
      @Chronologist89 Год назад +4

      @@okie9025 Yeah that is what I am saying. Good and powerful tools have been around for 20 years, they just take minimal getting used to (like vim or emacs).

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

      Can you suggest me plugins to run neovim as a java IDE?

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

      @@msx94Java’s one of those languages where its’s honestly better if you are using an ide like IntelliJ. If you really want the VIM experience with Java I recommend getting IntelliJ set up with Vim motions. It’s great this way because you’ll have all the power of IntelliJ but you’ll be able to learn those core home row motions without throwing yourself into the deep end of VIM/NVIM RC.
      Those VI adjacent editors are honestly at their best if you’re either doing SSH and don’t really have the choice of using a graphical editor, or using Linux. There’s nothing wrong with just having VIM motions set up with your current IDE. I also think NVIM is just really fun to learn especially if you want to be able to really customize and personalize your experience with your editor.

  • @parker02311
    @parker02311 Год назад +93

    “Is the future of code on the cloud?”
    Git:

  • @shapelessed
    @shapelessed 8 месяцев назад +2

    "Fleet... lightweight"
    My filled to the edges VSCode workspace with 20 sifferent extensions and compilers running takes up 700MB-1GB...
    Fleet takes up 2.3GB clean...

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

    What I love about vscode is that it’s lightweight using less battery on my laptop unlike IDEs

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

      I really hope that it's a joke.

  • @franzrr9538
    @franzrr9538 Год назад +35

    Doom emacs and neovim all ready are the superior ones

    • @ioneocla6577
      @ioneocla6577 Год назад +4

      Gotta love spending hours configuring it

    • @NocturnalWisp
      @NocturnalWisp Год назад +4

      @@ioneocla6577 days*

    • @franzrr9538
      @franzrr9538 Год назад +6

      @@ioneocla6577 if you install Doom to emacs is ready to use out of the box. Neovim depends how many things you want to add, you can add packages with Lua and make neovim like a IDE or you can just add the essential in the config file. But the idea of neovim is to keep thinks minimal.
      So I don't think what you said is accurate at all ☝️😅

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

      @@franzrr9538 tried doom emacs and as a noob, no it's not an OOBE. I tried modifing the main config file and miserably failed because of a syntax error. The shortcuts are very special, the lsp didn't work for some reason, and most the pakaging system is weird. As for neovim welp i'm giving it a try because the config language isn't as weird as elisp and isn't overfilled with useless features

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

      @@ioneocla6577 Let me recommend you this
      ruclips.net/video/Vd5AACp6GG0/видео.html
      This channel is the best for learning things like neovim and emacs. The link that I share to you is a video that show you neovide a gui for neovim that make things more easy for new users, is like an alternative for doom emacs.

  • @ghosttheprogram6973
    @ghosttheprogram6973 Год назад +15

    Codespaces on Mobile still needs fine tuning 😂
    But it's a brilliant concept

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

      I am excited for that!

    • @ezzedineoz5452
      @ezzedineoz5452 Год назад +6

      coding on mobile keyboard?oh no, oh no no

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

      @@ezzedineoz5452 it wasn't the worst thing honestly 😂
      Still kinda buggy rn tho

    • @yt-1337
      @yt-1337 Год назад

      @@ezzedineoz5452 bluetooth keyboard and tablet/phone should be possible, i even ssh into my raspberry pi from my phone sometimes so coding shouldn't be a problem either

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

    My pc is literally 14 years old (it has my same age lol) and thanks to my github student developer pack I use mainly Rider for C# and Clion for C/C++. They take up to five/ten minutes to load a full project but even if they aren't the fastest solution I manage to use them without problem because they are really well optimized

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

      Buy some cheap ssd. Put system and IDEs on it. You'll get huge boost in loading times. Launching an ide or setting up the project are mostly io based operations. Minimal cpu power is needed. I've had the same issue on the windows server. C drive was mounted on HDD and was extremely bloated. Visual Studio was launching up to 10 mins. We switched to ssd, and now VS is ready to go within seconds.

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

    A cloud editor could come in handy for sure but right now nothing is beats having a powerful workstation right on your desk.

  • @yaminnather521
    @yaminnather521 2 месяца назад +1

    I don't think Fleet is meant to be lightweight. I think it just wants to be a all in one solution.
    Even though its in beta, when I tried it was laggy af.

  • @coffeefps
    @coffeefps 8 месяцев назад +1

    I actually use .ppt as code editor. Animations are good also.

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

    What code editor do you use!? 💭

  • @ifgj
    @ifgj Год назад +13

    JetBrains wow did an amazing job...

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

    Git will steal every line you code in real-time. Neat.

    • @user-gf7ss5je9h
      @user-gf7ss5je9h 8 дней назад

      Yea i bet it reallly wants your shitty code dawg lol

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

    Am using Fleet! Very nice editor

  • @Junior-zb6lp
    @Junior-zb6lp 2 месяца назад

    Honestly,I just use notepad++ over years, because it serves me anything i want.

  • @BLAZIN77KONG
    @BLAZIN77KONG 4 месяца назад +1

    Zed if it will come to windows and Linux>>>

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

    Jetbrains' Fleet🔥

  • @Tijdperkzuid
    @Tijdperkzuid 2 месяца назад

    Hope to get an update soon with google project idx im that list. Most promesign feature being not needing an apple device anymore to develop for apple.

  • @mr.batman2348
    @mr.batman2348 Месяц назад

    Can tou make a tutorial about it. I like jet brains ide but they are confusing to begin with. If u could bring a setup tutorial and describe the code interface

  • @sgt-Badger
    @sgt-Badger Год назад +1

    Jetbrains is known to make heavy awesome pocket-heavy ides

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

    The future of vsc seems to be vsc

  • @anmolsharma4049
    @anmolsharma4049 9 месяцев назад

    Yeah after 1 year I can say this video aged like mill

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

    vscode or vscodium is still the most convenient solution for me

  • @asperganoid
    @asperganoid 9 месяцев назад

    “for mac OS” well that’s never gonna take over a damn thing🤣

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

    I want the first one on windows

  • @exmachina2600
    @exmachina2600 11 месяцев назад

    I feel like you are the type of guy to say “glizzy”

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

    Looking forward to try CodeEdit, tried fleet hated it.

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

    i wish code edit comes to windows as well

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

    I like jetbrains intellij and pycharm so this sounds.good

  • @sarthakmathur5013
    @sarthakmathur5013 4 месяца назад

    I gave Fleet a try. It was consuming more than double the memory consumed by IntelliJ.

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

    Fleet seemed so promising but trying it out it was sooooo slow.
    I mean it was (or is?) Beta so of course it's not perfect but compared to vsc it was nothing.
    Codespaces is basically cloud vsc so I wouldn't see it as competition 😅

  • @bibekshah3701
    @bibekshah3701 7 месяцев назад

    The crown's always been tmux, vim in the cloud. The crowns will never be taken in a long long time to come.

  • @wahyuwardani3685
    @wahyuwardani3685 День назад

    Neovim till the end

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

    in my opinion the best are sublime text geany and lite-xl

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

    Fleet has port forwarding… they win

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

    Nothing beats my emacs config (for me)

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

    Everyone loves the cloud until you leave some process and instances running and get hit with a giant bill

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

    Actually I wouldn't mind decentralised ompiling...

  • @Sj-yf2jg
    @Sj-yf2jg Год назад

    I will choose Sublime

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

    None will be able to touch vim

  • @Redyf
    @Redyf 7 месяцев назад

    I use Neovim btw

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

    Lapce is pretty great too (indeed! It's made in Rust)

  • @peppapig9987
    @peppapig9987 Год назад +21

    Neovim: am I a joke to you?

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

      Hey do you know how to set up pyright server ? I'm using nvim-cmp , but pyright isn't attaching to the buffer.

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

      @@itsmimic007 i just straight up installed astrovim
      its got a really handy interface for downloading lsp
      try that

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

      @@itsmimic007 oof, mine just worked fine from the start, weird

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

    I don't think the future of code is on the cloud. "Heavyweight" IDEs can be run on a potato just fine. Some people complain about the time it takes to launch a larger IDE like Visual Studio for example... if the literal 2 seconds it takes something like Visual Studio to launch will make or break your day you are not really patient enough for a career where you're going to rewrite the exact same method 199 times because the project manager said we needed to change frameworks or libraries again.

  • @baolongha2096
    @baolongha2096 Месяц назад

    I'm using VSCode web version

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

    I would rather have my things on my own computer than someone else's. Thank you.

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

    Use ed, the standard UNIX editor.

  • @pinakpinak5892
    @pinakpinak5892 9 месяцев назад

    Might wanna add Google idx to this list

  • @33KK
    @33KK Год назад +1

    >cloud
    No thanks, not touching it with a 3.05 meter pole

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

    Replit 🔥🔥🔥🔥

  • @Vietnamkid1993
    @Vietnamkid1993 9 месяцев назад

    Good chance code spaces is going to be a subscription service if it uses resources on another machine so I think I'll stick with my free IDE :D

  • @whiteheavn
    @whiteheavn 11 месяцев назад

    which one is more mostly used in the industry for front end development?vscode or webstorm

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

    Use VIM

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

    Fleet isnt released yet, im waiting few years now. Why did u not mentioned that?

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

    Well rn many ppl who don't have a powerful machine and wanna train heavy ML models use google Collab on cloud.

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

      to be clear; if you are working with very large ML models you need a room full of 40U stacks and your own special electrical grid, not a powerful PC. If you can accomplish it in your lifetime with a threadripper or a xeon platinum then you can accomplish it in your lifetime with a i7-2700k from 2011. "The cloud" is not a good solution to this problem either because it'll cost you more per hour than the entire facility would cost the hosting company.

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

    For mac? Would it ever support other platforms? That’s the only way to get the crown.

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

    What about gitpod?

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

    I like devcontainer more than workspaces.

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

    What about Lapce or Helix?

  • @MaryTheTankGirl
    @MaryTheTankGirl Год назад +7

    neovim is the future

  • @mworld
    @mworld 9 месяцев назад

    The cloud is slower than my pc.

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

    And emacs still will be the best

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

    sir can u tell me what is role of binary code in web/andriod development??

  • @Andi-dp9hy
    @Andi-dp9hy 7 месяцев назад

    Dude that's not fleet that's jetbrains gateway what you are talking about, this is not related to fleet but can be used with any jetbrains editor

  • @b._.render
    @b._.render Год назад

    I like atom, except than I learned it’s a text editor not a ide.
    I like thonny on the pi I use that if I’m on pi

  • @user-gy2xk9ph5o
    @user-gy2xk9ph5o 27 дней назад

    Не понятно, для чего существует Fleet, ведь в режиме редактора кода, кроме подсветки синтаксиса, в нём ничего нет, а в режиме IDE это та же самая IDE, как и десяток других IDE от JetBrains, но без поддержки плагинов.

  • @GeorgeDicu-hs5yp
    @GeorgeDicu-hs5yp 7 месяцев назад

    you missed google IDX

  • @HarshaVardhan-kk4jq
    @HarshaVardhan-kk4jq Год назад +1

    I code python right through my browser from my phone and i have no issue till now or would they

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

    Ah yes, now even code editing needs to be done in cloud. Soon you'll have to pay monthly subscription for editing lines of your code.

  • @stephennesheanerandallalba8930

    Will there be a good code editor or ide for ipad pro m1? :) tnx

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

    Since they stopped developing atom.im looking towards zed. F*ck codespaces...how should you code on the Train, or outside?

  • @AK-mg5rh
    @AK-mg5rh Год назад +20

    What your recommendation?

    • @CodingWithLewis
      @CodingWithLewis  Год назад +14

      I dont really have one :) I use VS Code but thats just preference

    • @AK-mg5rh
      @AK-mg5rh Год назад

      @@CodingWithLewis thank you, thats good for me

    • @QwertyQwerty-tp1pd
      @QwertyQwerty-tp1pd Год назад +8

      Vim

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

      Emacs

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

      @@QwertyQwerty-tp1pd heheh the first time I had to alt-f4 to close the editor because I was dumb. Now I just shutdown the pc....

  • @adriangunnarlauterer4254
    @adriangunnarlauterer4254 7 месяцев назад

    Rip atom.

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

    Bro
    How do you find this kind of news?

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

    I use VS code

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

    I think partly yes and partly no, depending on what you're making. Certain applications can't afford the latency and others just don't need the extra power. If it's something computationally intensive but not full-on real time. Kind of like CGI artists working with previews locally but sending the scene off to rendering farms for the final marerial

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

    vim is still the answer

  • @siddhant4882
    @siddhant4882 7 месяцев назад

    You forget Google IDX🎉❤

  • @not_hehe__
    @not_hehe__ 7 месяцев назад

    nothing is gonna replace vscode unless a new editor brings some game changing technology that vscode doesn't or can't have. it's stable and most developers have gotten used to it and built their ecosystem around it, developers are too lazy to make a huge switch for some stupid small feature that we can get using an extension anyway

  • @hrnld-signed
    @hrnld-signed Год назад

    Bruh apple is actually making something Open Source 💀

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

    The problem of Codespaces is that the cloud machines are only Linux machines.

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

    When I see services moving to the cloud all i see are tons of monthly bills.

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

    They will need cloud to run so they can't run offline anymore right?

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

    I use gitpod

  • @jerms_mcerms9231
    @jerms_mcerms9231 9 месяцев назад

    neovim for life!

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

    No it isn't, but it also is... The cloud is good for transfers especially using git and other cloud storage. But due to how unreliable internet can be for many people plus even reliable nets can become unstable, many people me include will want to work on the desktop (through stuff like vsc) and just use the cloud as a storage system for accessing anywhere.

  • @mr.kinjalchoudhary.7982
    @mr.kinjalchoudhary.7982 8 месяцев назад

    create your own IDE

  • @WesleyDuSellone
    @WesleyDuSellone Год назад +8

    For the love of all things please my fellow developers do not fall into this trap. The gaming market is now just waking up to realize they don’t own the games they bought. Remember what we said 8 to 9 years ago when the marketing campaign for the “cloud” started. “The cloud is just somebody else’s computer”

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

    In all jetbrains IDE, still we don't get the collapsible tree view feature while comparing two folders, it's a shame this basic feature is missing from a paid software. For many years, many requests have been active in YouTrack, but not implemented in jetbrains products. A free program called Meld has this feature. Unbelievable. You people don't know how to implement this feature? Or you don't want us to use it.

    • @1aboPLZ
      @1aboPLZ Год назад

      Never used comparison of folders 😂

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

    Apple is making an open-source application? That sounds like a first.

  • @isahirzavalamiranda7886
    @isahirzavalamiranda7886 9 месяцев назад

    what about IDX?

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

    on the cloud lies the way to steal your work without your consent

  • @T.1
    @T.1 Год назад

    How much dose the github thing cost

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

    Well my 4gb ram laptop can run notepad. I had a point. I forgot what it was.

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

    Helix!

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

    Anything to replace Xcode