3 future code editors you MUST try 👩‍💻

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

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

  • @RenderingUser
    @RenderingUser 2 года назад +1004

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

    • @RenderingUser
      @RenderingUser 2 года назад +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 2 года назад +4

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

    • @RenderingUser
      @RenderingUser 2 года назад +1

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

    • @aldi_nh
      @aldi_nh 2 года назад

      @@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 года назад +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

  • @eduarddez4416
    @eduarddez4416 2 года назад +324

    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

    • @rohanmanchanda5250
      @rohanmanchanda5250 2 года назад +25

      Finally, a fellow MS Worder. We gotta stick together brotha!!

    • @void9886
      @void9886 2 года назад +3

      how do you test it?

    • @rohanmanchanda5250
      @rohanmanchanda5250 2 года назад

      @@void9886 testing is for the weak...

    • @eduarddez4416
      @eduarddez4416 2 года назад +22

      @@void9886 yes

    • @Omena0
      @Omena0 2 года назад +9

      @@void9886 copy paste! 👍

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

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

  • @jacobusburger
    @jacobusburger 2 года назад +408

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

    • @tudorradu5848
      @tudorradu5848 2 года назад

      Why tho?

    • @cerulity32k
      @cerulity32k 2 года назад +43

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

    • @patrickbueno3279
      @patrickbueno3279 2 года назад +8

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

    • @tbuk8350
      @tbuk8350 2 года назад +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 2 года назад +1

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

  • @shinli7926
    @shinli7926 2 года назад +73

    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 10 месяцев назад

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

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

      @@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 Год назад +96

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

  • @vrk1131
    @vrk1131 2 года назад +4

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

    • @blbezcc
      @blbezcc 7 месяцев назад +4

      I really hope that it's a joke.

  • @shapelessed
    @shapelessed 9 месяцев назад +3

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

  • @franzrr9538
    @franzrr9538 2 года назад +36

    Doom emacs and neovim all ready are the superior ones

    • @ioneocla6577
      @ioneocla6577 2 года назад +4

      Gotta love spending hours configuring it

    • @NocturnalWisp
      @NocturnalWisp 2 года назад +4

      @@ioneocla6577 days*

    • @franzrr9538
      @franzrr9538 2 года назад +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 2 года назад

      @@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 2 года назад

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

  • @ilprogrammator
    @ilprogrammator 2 года назад +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.

  • @ghosttheprogram6973
    @ghosttheprogram6973 2 года назад +15

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

    • @CodingWithLewis
      @CodingWithLewis  2 года назад +3

      I am excited for that!

    • @ezzedineoz5452
      @ezzedineoz5452 2 года назад +6

      coding on mobile keyboard?oh no, oh no no

    • @ghosttheprogram6973
      @ghosttheprogram6973 2 года назад +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

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

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

  • @ifgj
    @ifgj 2 года назад +13

    JetBrains wow did an amazing job...

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

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

    • @user-gf7ss5je9h
      @user-gf7ss5je9h Месяц назад

      Yea i bet it reallly wants your shitty code dawg lol

  • @yaminnather521
    @yaminnather521 3 месяца назад +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.

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

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

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

    The moment you said it was on mac os my potential interest disappeared lmao

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

    Am using Fleet! Very nice editor

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

    Jetbrains is known to make heavy awesome pocket-heavy ides

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

    The future of vsc seems to be vsc

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

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

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

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

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

    What code editor do you use!? 💭

    • @JustPyroYT
      @JustPyroYT 2 года назад +5

      I use Visual Studio Code

    • @ExplodeCode
      @ExplodeCode 2 года назад +2

      I use pycharm

    • @ExplodeCode
      @ExplodeCode 2 года назад +1

      I use pycharm made by jetbrains

    • @CryptoIgnition
      @CryptoIgnition 2 года назад +1

      VSCode

    • @NoFailer
      @NoFailer 2 года назад +2

      JetBrains - PHPStorm, WebStorm, PyCharm.

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

    vscode or vscodium is still the most convenient solution for me

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

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

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

    Make a math channel where you rant about measure theory

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

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

  • @tixonochek
    @tixonochek 2 года назад +4

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

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

    Jetbrains' Fleet🔥

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

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

  • @explodatedfaces
    @explodatedfaces 2 года назад +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.

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

    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.

  • @peppapig9987
    @peppapig9987 2 года назад +21

    Neovim: am I a joke to you?

    • @itsmimic007
      @itsmimic007 2 года назад

      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 2 года назад

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

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

    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 😅

  • @MaryTheTankGirl
    @MaryTheTankGirl 2 года назад +7

    neovim is the future

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

    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

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

    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

  • @larskrs
    @larskrs 2 года назад

    Fleet has port forwarding… they win

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

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

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

    What your recommendation?

    • @CodingWithLewis
      @CodingWithLewis  2 года назад +14

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

    • @AK-mg5rh
      @AK-mg5rh 2 года назад

      @@CodingWithLewis thank you, thats good for me

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

      Vim

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

      Emacs

    • @bridiro
      @bridiro 2 года назад +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....

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

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

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

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

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

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

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

    Actually I wouldn't mind decentralised ompiling...

  • @33KK
    @33KK 2 года назад +1

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

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

    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

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

    i wish code edit comes to windows as well

  • @WesleyDuSellone
    @WesleyDuSellone 2 года назад +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”

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

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

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

    I love jetbrains ide’s but idk abt it needing to rely on the cloud for my ide to work

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

    Use ed, the standard UNIX editor.

  • @english3847
    @english3847 2 года назад +3

    None will be able to touch vim

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

    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

  • @lunalildragon241
    @lunalildragon241 2 года назад

    I like devcontainer more than workspaces.

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

    Looking forward to try CodeEdit, tried fleet hated it.

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

    I want the first one on windows

  • @unstable8968
    @unstable8968 2 года назад

    Nothing beats my emacs config (for me)

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

    Neovim till the end

  • @aah134-K
    @aah134-K 2 года назад +6

    Nothing can beat vs code

    • @adamwarvergeben
      @adamwarvergeben 2 года назад +4

      VSCode is an Electron App and lacks a few Features :/

    • @primekrunkergamer188
      @primekrunkergamer188 2 года назад +1

      @@adamwarvergeben I feel like it's extensive library of extensions and persnalition options make it the most feature rich. Some languages require an IDE like C# but I am able to find everything I need with vscode

  • @Sj-yf2jg
    @Sj-yf2jg 2 года назад

    I will choose Sublime

  • @combax_techx
    @combax_techx 2 года назад +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 2 года назад

      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.

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

    I like jetbrains intellij and pycharm so this sounds.good

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

    you missed google IDX

  • @Almighty_Flat_Earth
    @Almighty_Flat_Earth 2 года назад +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 😂

  • @razvbir
    @razvbir 27 дней назад

    You forgot Zed

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

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

  • @fickthissut
    @fickthissut 2 года назад +1

    And emacs still will be the best

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

    jetbrains is the adobe of programming

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

    I use Neovim btw

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

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

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

    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 2 года назад

    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

    • @DenisovichDev
      @DenisovichDev 2 года назад

      They discontinued Atom

    • @b._.render
      @b._.render 2 года назад

      @@DenisovichDev 😅 Oh shit eh

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

    Might wanna add Google idx to this list

  • @octa4b
    @octa4b 2 года назад

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

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

    You forget Google IDX🎉❤

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

    The cloud is just someone else’s computer. Keep your stuff safe. Do it locally

  • @user-gy2xk9ph5o
    @user-gy2xk9ph5o 2 месяца назад

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

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

    The cloud is slower than my pc.

  • @ionutale1950
    @ionutale1950 2 года назад +1

    What about gitpod?

  • @adamwarvergeben
    @adamwarvergeben 2 года назад +1

    The cloud functionality of Fleet is already aviable with Jetbrains Gateway :)

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

    Bruh apple is actually making something Open Source 💀

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

  • @user-id3fc8qs7y
    @user-id3fc8qs7y 9 месяцев назад

    "Is the future on the cloud?"
    I hope it isn't. I don't want to have 0 property and depend on some subscription to be able to do something else than nothing

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

    Use VIM

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

    vim is still the answer

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

    Rip atom.

  • @Gurj101
    @Gurj101 2 года назад +1

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

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

    What about Lapce or Helix?

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

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

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

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

  • @codedaily365
    @codedaily365 2 года назад +1

    Replit 🔥🔥🔥🔥

  • @DenisovichDev
    @DenisovichDev 2 года назад +5

    None of these even come close to editors like neovim or emacs

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

    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.

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

    I'm using VSCode web version

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

    Reaplacing vscode with vscode in the cloud 🙌🙌

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

    they will make you pay as soon as the cloud gets involved

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

    I use VS code

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

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

    create your own IDE

  • @Yutaro-Yoshii
    @Yutaro-Yoshii 2 года назад +1

    imagine microsoft buying them all.
    you can't loose if you play all sides!