29 votes

What do you Tildians think of Atom?

I was looking for an open source editor and I found Atom. It looks pretty cool. What do the experienced programmers, etc. think about it?

70 comments

  1. [26]
    bub
    Link
    User-friendly trendy editors come and go from year to year, giving a man a fish. Vim is power undying, an eternal river of understanding, teaching a man to fish.

    User-friendly trendy editors come and go from year to year, giving a man a fish.
    Vim is power undying, an eternal river of understanding, teaching a man to fish.

    33 votes
    1. [24]
      user2
      Link Parent
      Vim is so not performant. Let me say that I use vim mode everywhere, browser, text-editor (sublime), etc. The way of vim is great, however, as far as GUI/CLI goes, it is the least performant...

      Vim is so not performant. Let me say that I use vim mode everywhere, browser, text-editor (sublime), etc. The way of vim is great, however, as far as GUI/CLI goes, it is the least performant text-editor I have ever tried. Once you add addons (for auto-complete, snippets, syntax-highlight, etc), it becomes so infuriating.

      So, in my case, if I use vim, I have to choose between the terminal (vim) or the GUI (gvim). Snippets and auto-complete are extremely laggy in the terminal, so I have to choose the GUI. Well, guess what, the cursor lags in the GUI. I type stuff and you see the cursor lagging behind. There is a long issue about this on vim's repo, but seem to not care about performance.

      To sum it up, vim-mode is great. Vim, the editor, is shit for any non-basic file editing.

      8 votes
      1. [17]
        unknown user
        Link Parent
        I used vim for years, with tens plugins and a vimrc almost 1k lines. Never experienced this. Have you searched for the cause of your issues? It might be a troublesome config, bad plugins, or...

        I used vim for years, with tens plugins and a vimrc almost 1k lines. Never experienced this. Have you searched for the cause of your issues? It might be a troublesome config, bad plugins, or suboptimal external tooling.

        14 votes
        1. [16]
          user2
          Link Parent
          Yes, the cursor lagging has to do with syntax-highlighting, which I cannot live without. But, I invite anyone to send me their config and I'll test it out. I had a friend who told me that he did...

          Yes, the cursor lagging has to do with syntax-highlighting, which I cannot live without. But, I invite anyone to send me their config and I'll test it out. I had a friend who told me that he did not experience lag and then I tried it on his PC and he did in fact experience, he just didn't notice it.

          So, if you've a config handy, send it to me please and I'll give it a try. I really wish I was wrong so I could start fully using vim instead of a closed-source software.

          EDIT: For those interested, check this issue: https://github.com/vim/vim/issues/2163

          6 votes
          1. [4]
            pard68
            Link Parent
            Have you tried neovim? It's vim, but faster and asynchronous.

            Have you tried neovim? It's vim, but faster and asynchronous.

            4 votes
            1. [3]
              user2
              Link Parent
              Neovim also has this issue. Check this out: https://github.com/neovim/neovim/issues/9452

              Neovim also has this issue. Check this out: https://github.com/neovim/neovim/issues/9452

              2 votes
              1. [2]
                bme
                Link Parent
                You might be interested to note that the issue is now closed. Maybe worth a giggle?

                You might be interested to note that the issue is now closed. Maybe worth a giggle?

                1. user2
                  Link Parent
                  Damn, it seems like I created this post 2 weeks ago. It has been more than 1 month ago. God damn it, time flies. I still have the same issue. However, it is more noticeable in GUIs.

                  Damn, it seems like I created this post 2 weeks ago. It has been more than 1 month ago. God damn it, time flies.

                  I still have the same issue. However, it is more noticeable in GUIs.

                  1 vote
          2. [2]
            unknown user
            Link Parent
            I have lost that config, unfortunately (I use Emacs since quite some time). Are we talking about an external syntax plugin, tho? It is possible that it has a bug. Maybe try communicating with the...

            I have lost that config, unfortunately (I use Emacs since quite some time). Are we talking about an external syntax plugin, tho? It is possible that it has a bug. Maybe try communicating with the devs?

            Nevertheless if vim does not float your boat and you want an OSS text editor, I suggest you go with VSCode (or VSCodium, which I learned about thanks to a commenter on this topic). It is really performant and has nice plugins. I only used it for flutter and did like it. Flutter plugin was great. I am sure it has a vim plugin too.

            I'd suggest Emacs but it can be sluggish with heavy config. It is a trade off between very fast and hackable, it is not slow, but not as fast as the competition. Personally, I sure buy hackable over very fast. But some like things that just work and in my experience VS Code is quite good at that.

            3 votes
            1. user2
              Link Parent
              The devs already know about it. I edited my post to add a link to a github issue. Thank you for the recommendations but I want to avoid electron editors. ST is perfect for my needs right now. I do...

              The devs already know about it. I edited my post to add a link to a github issue.

              Thank you for the recommendations but I want to avoid electron editors. ST is perfect for my needs right now. I do wish it was FLOSS, but I don't see anything better as of now. There is "oni2", which is a frontend for neovim, but it's still alpha.

              3 votes
          3. [9]
            Wulfsta
            Link Parent
            Is this also an issue in neovim?

            Is this also an issue in neovim?

            1 vote
            1. [7]
              user2
              Link Parent
              I haven't tested in a while, but there were no good GUIs for neovim back when I tested. As far as CLI goes, the lagginess of auto-complete and snippets was still there.

              I haven't tested in a while, but there were no good GUIs for neovim back when I tested. As far as CLI goes, the lagginess of auto-complete and snippets was still there.

              1 vote
              1. [5]
                loto
                Link Parent
                There's definitely a good (gtk+) GUI for neovim: https://github.com/daa84/neovim-gtk. I've been using it for about a year now with no issues, with some plugins (you complete me, vimtex, auto...

                There's definitely a good (gtk+) GUI for neovim: https://github.com/daa84/neovim-gtk. I've been using it for about a year now with no issues, with some plugins (you complete me, vimtex, auto pairing of the top of my head). So far it's been fantastic for me, but I never used too many of the GUI features in gvim, so if you rely on those it might not fit the bill.

                1 vote
                1. [2]
                  user2
                  Link Parent
                  I remember trying that one and it was absolutely unusable. Do you mind sharing your vimrc?

                  I remember trying that one and it was absolutely unusable. Do you mind sharing your vimrc?

                  1 vote
                2. [2]
                  user2
                  Link Parent
                  Ok, so that GUI does seem better than it was a while ago. However, it still has huge performant issues when paired with latex. Please, check this minimal latex document:...

                  Ok, so that GUI does seem better than it was a while ago. However, it still has huge performant issues when paired with latex.

                  Please, check this minimal latex document: https://bin.snopyta.org/?642387085f1c7e9e#PPGkFgsq0wNZrteCEGz1J+X9W6WkYvzSnkPyBJpCgys=

                  Enable syntax highlight and type on. You should notice your cursor lagging behind (type fast).

                  1 vote
                  1. loto
                    Link Parent
                    I do notice it! Doesn't seem to affect my writing speed, as in the characters appear just as fast, but the cursor lags behind them sometimes. I would expect it to start adversely affecting that...

                    I do notice it! Doesn't seem to affect my writing speed, as in the characters appear just as fast, but the cursor lags behind them sometimes. I would expect it to start adversely affecting that once the document gets larger though. I'm curious as to what's causing this, as I'm sure it can be corrected - I couldn't replicate the behaviour with the same plugins in my terminal (VTE3 based, so not the fastest terminal by any stretch), so I see no reason why the GUI can't reach the same level of performance. Thanks for pointing it out!

                    2 votes
              2. Wulfsta
                Link Parent
                Interesting. I don't use any GUIs for nvim so I can't comment on that, but I have great performance using it as an IDE for Rust with deoplete and LanguageClient-neovim plugged in.

                Interesting. I don't use any GUIs for nvim so I can't comment on that, but I have great performance using it as an IDE for Rust with deoplete and LanguageClient-neovim plugged in.

                1 vote
      2. [4]
        alexandria
        Link Parent
        Can you link to your config? You're asking everyone else to link to theirs, but I think it would probably be more productive if you linked to yours and we could strip out the non-performant lines....

        Can you link to your config? You're asking everyone else to link to theirs, but I think it would probably be more productive if you linked to yours and we could strip out the non-performant lines.

        My current PC is an X200 circa 2009, and it works fine with vim, no lag. Albeit with no syntax highlighting. When I started programming using vim (around 6 years ago) I was using an old Pentium IV from 2002, and had a pile of plugins along with syntax highlighting, and never saw the latency problems that you describe.

        4 votes
        1. [3]
          user2
          Link Parent
          Sure I can. Here it is: https://bin.snopyta.org/?122153f782d6339e#VYNechPTrPUko+KuJXvyjIAiQm6G5lcCT48w9Ij74gs= Also, here is a latex document. I notice the cursor lagging more in tex:...

          Sure I can. Here it is: https://bin.snopyta.org/?122153f782d6339e#VYNechPTrPUko+KuJXvyjIAiQm6G5lcCT48w9Ij74gs=

          Also, here is a latex document. I notice the cursor lagging more in tex: https://bin.snopyta.org/?642387085f1c7e9e#PPGkFgsq0wNZrteCEGz1J+X9W6WkYvzSnkPyBJpCgys=

          Enable syntax highlight and type on. You should notice your cursor lagging behind (type fast). This is true for nvim-gtk (and gvim). For terminal, you don't notice the cursor lagging behind that much because there is an input delay. It is not as fluid as GUIs.

          3 votes
          1. [2]
            alexandria
            Link Parent
            I would start by pulling out ncm2 and seeing if that makes a difference, tbh. I don't have time to test it right this moment but I have a suspicion that would give a performance gain

            I would start by pulling out ncm2 and seeing if that makes a difference, tbh. I don't have time to test it right this moment but I have a suspicion that would give a performance gain

            1. user2
              Link Parent
              It's the same (maybe even worse) with you-complete-me. It's really a bug that has already been raised in several repos (gvim, vim, nvim, nvim-gtk).

              It's the same (maybe even worse) with you-complete-me. It's really a bug that has already been raised in several repos (gvim, vim, nvim, nvim-gtk).

      3. [2]
        lol
        Link Parent
        I think your computer might be the issue here, I’ve used vim for years and it’s never had an issue with lag. Are you using it in a vm? Or over SSH (your internet connection could be slowing it...

        I think your computer might be the issue here, I’ve used vim for years and it’s never had an issue with lag. Are you using it in a vm? Or over SSH (your internet connection could be slowing it down if that’s the case)? Gvim is trash imo, I only ever use terminal

        2 votes
        1. user2
          Link Parent
          No, I use it locally. Please send me your config and I'll test it out. I doubt it's the computer. I've tried it in both my laptop/desktop and, while they're not power-houses, they're just fine for...

          No, I use it locally. Please send me your config and I'll test it out. I doubt it's the computer. I've tried it in both my laptop/desktop and, while they're not power-houses, they're just fine for a text-editor lol.

          3 votes
  2. [15]
    synergy-unsterile
    (edited )
    Link
    I tried Atom a couple years back and it had pretty terrible load times with many extensions enabled or when loading a large file (>500KB). Personally I'm using VSCodium (VSCode without proprietary...

    I tried Atom a couple years back and it had pretty terrible load times with many extensions enabled or when loading a large file (>500KB).

    Personally I'm using VSCodium (VSCode without proprietary Microsoft bits) and had positive experiences with Sublime Text 3 and Onivim. It's also handy to know your way around a terminal so nano or (neo)vim would be good to learn/use too.

    Edit: Ultimately, it's about acclimating to and customizing the text editor to support your workflow. Use whichever one you want as long as it performs well and gets out of the way to help you.

    29 votes
    1. [2]
      666
      Link Parent
      I had exactly the same experience with Atom and ended up using VSCode, thanks so much for recommending VSCodium, I didn't know about it.

      I had exactly the same experience with Atom and ended up using VSCode, thanks so much for recommending VSCodium, I didn't know about it.

      16 votes
      1. teaearlgraycold
        Link Parent
        Also glad to hear about VSCodium, and upset to learn MS has been bamboozling me this whole time.

        Also glad to hear about VSCodium, and upset to learn MS has been bamboozling me this whole time.

        5 votes
    2. [3]
      unknown user
      Link Parent
      Thanks for bringing VSCodium to my attention. If I switch, do I retain all of my settings and extensions? Do I still get regular updates in-app, or do I have to check for and download the new...

      Thanks for bringing VSCodium to my attention.

      If I switch, do I retain all of my settings and extensions? Do I still get regular updates in-app, or do I have to check for and download the new versions manually?

      4 votes
      1. [2]
        synergy-unsterile
        (edited )
        Link Parent
        I used VSCodium from the start, so I'm not sure. It uses a different settings and extensions folder so it should be ok to symlink. VSCodium doc for migration. # Configuration ln -s...

        I used VSCodium from the start, so I'm not sure. It uses a different settings and extensions folder so it should be ok to symlink. VSCodium doc for migration.

        # Configuration
        ln -s /home/user/.config/Code /home/user/.config/VSCodium
        # Extensions
        ln -s /home/user/.vscode /home/user/.vscode-oss
        

        Edit: It looks like auto-updates are still being worked on. In the meantime you could follow the github project, set up a rss feed, or use the unofficial deb/rpm repo (it just repackages the latest release).
        Update script from above linked issue for Debian/Ubuntu:

        #!/bin/bash
        wget -q -O /tmp/vscodium.deb $(wget -O- -q https://api.github.com/repos/VSCodium/vscodium/releases/latest | grep browser_download_url | cut -d '"' -f 4 | grep "amd64.deb") && sudo apt -f install /tmp/vscodium.deb && rm /tmp/vscodium.deb
        

        Alternatively you could use the OSS flatpak (different project, similar goal to remove telemetry).

        3 votes
        1. feigneddork
          (edited )
          Link Parent
          I'd like to ad if you are using a Mac, you'll need to run the following to set the Configuration: # Configuration ln -s ~/Library/Application\ Support/Code ~/Library/Application\ Support/VSCodium...

          I'd like to ad if you are using a Mac, you'll need to run the following to set the Configuration:

          # Configuration
          ln -s ~/Library/Application\ Support/Code ~/Library/Application\ Support/VSCodium
          

          Extensions should be the same.

          1 vote
    3. [6]
      PopeRigby
      Link Parent
      Onimvim looks pretty sweet

      Onimvim looks pretty sweet

      3 votes
      1. [5]
        synergy-unsterile
        Link Parent
        It also has a very nice tutorial/game to introduce the basics of modal editing. I'm quite excited for oni2 (in development)!

        It also has a very nice tutorial/game to introduce the basics of modal editing. I'm quite excited for oni2 (in development)!

        5 votes
        1. [4]
          user2
          Link Parent
          Can you explain what is "revery"? I am not a software engineer so I don't know all the lingo. Is it electron-like? He says "native", so probably not. I guess what I am asking is: Is it going to be...

          Can you explain what is "revery"? I am not a software engineer so I don't know all the lingo. Is it electron-like? He says "native", so probably not. I guess what I am asking is:

          • Is it going to be as performant as sublime-text?
          3 votes
          1. synergy-unsterile
            Link Parent
            I'm not familiar with reason or revery. Perhaps someone can give a better explanation. revery's README (emphasis mine): So I would say it should have comparable performance, but I don't know if it...

            I'm not familiar with reason or revery. Perhaps someone can give a better explanation.

            revery's README (emphasis mine):

            Today, Electron is one of the most popular tools for building desktop apps - using an HTML, JS, CSS stack. However, it has a heavy footprint in terms of both RAM and CPU - essentially packing an entire browser into the app...

            Revery is kind of like super-fast, native Electron - with bundled React-like/Redux-like libraries and a fast build system - all ready to go!

            Revery is built with reasonml, which is a javascript-like syntax on top of OCaml This means that the language is accessible to JS developers.

            Your apps are compiled to native code with the Reason / OCaml toolchain - with instant startup and performance comparable to native C code. Revery also features GPU-accelerated rendering. The compiler itself is fast, too!

            So I would say it should have comparable performance, but I don't know if it will be as performant.

            3 votes
          2. rfr
            Link Parent
            It looks like that is the maintainer's goal https://www.reddit.com/r/neovim/comments/ae7ef6/comment/ednq9hz

            It looks like that is the maintainer's goal https://www.reddit.com/r/neovim/comments/ae7ef6/comment/ednq9hz

            Hopefully a higher quality editor justifies a modest price-tag - my vision for Oni 2 is that we can get the speed/performance of Sublime, language ecosysten/integration/tooling of VSCode, and the modal editing experience of (neo)vim - in one package. We didn't achieve this yet with Oni 1.

            3 votes
    4. [3]
      Akir
      Link Parent
      VS Code is legit FOSS, but the binaries MS provides are under a different license. Unless something has changed. Did MS add something I don't know about?

      VS Code is legit FOSS, but the binaries MS provides are under a different license.

      Unless something has changed. Did MS add something I don't know about?

      3 votes
      1. [2]
        synergy-unsterile
        Link Parent
        I looked into it and here's how the Microsoft binary is different from one that is built from the source: Telemetry Non-free license Logo Extensions from the Microsoft Marketplace...

        I looked into it and here's how the Microsoft binary is different from one that is built from the source:

        • Telemetry
        • Non-free license
        • Logo
        • Extensions from the Microsoft Marketplace
          • ms-vscode.node-debug2
          • ms-vscode.node-debug
        • From Electron releases (using gulp-atom-electron)
          • electron
          • ffmpeg

        Additionally, some debuggers are licensed restrictively to only work with an official binary.

        7 votes
        1. Akir
          Link Parent
          Ouch! Thanks for the corrections.

          Ouch!

          Thanks for the corrections.

          4 votes
  3. [10]
    meghan
    Link
    Visual Studio Code is better in every way when asking most people, including myself

    Visual Studio Code is better in every way when asking most people, including myself

    12 votes
    1. [9]
      JesusShuttleworth
      Link Parent
      Is it really that good? I downloaded it but I'm too new to programing to understand what's so great about it I think. On the other hand, the value of intellij is apparent as soon as it suggests...

      Is it really that good? I downloaded it but I'm too new to programing to understand what's so great about it I think. On the other hand, the value of intellij is apparent as soon as it suggests some code for me.

      2 votes
      1. [5]
        Kelsier
        Link Parent
        You are mistaking an editor for an IDE. Visual Studio Code is an editor with some added functionalities whereas Intellij is an IDE and therefore has loads of other features.

        You are mistaking an editor for an IDE. Visual Studio Code is an editor with some added functionalities whereas Intellij is an IDE and therefore has loads of other features.

        8 votes
        1. Adys
          Link Parent
          VSCode really walks that line between editor and IDE. I'd call it more of an "IDE, batteries not included"; you do have to install the extensions but they're also just right there.

          VSCode really walks that line between editor and IDE. I'd call it more of an "IDE, batteries not included"; you do have to install the extensions but they're also just right there.

          1 vote
        2. [3]
          JesusShuttleworth
          Link Parent
          Shows what I know. What makes visual studio so great in terms of it being an editor?

          Shows what I know. What makes visual studio so great in terms of it being an editor?

          1. unknown user
            Link Parent
            It is a nice, fast editor that is featureful and that supports plugins, which are plentiful. Personally, as an Emacs user, I used it when trying out Flutter, and the Flutter plugin for VSCode was...

            It is a nice, fast editor that is featureful and that supports plugins, which are plentiful. Personally, as an Emacs user, I used it when trying out Flutter, and the Flutter plugin for VSCode was very good, worked out of the box (which is a surprise given how horrible is the developer experience (DX?) when working with Android. It is similar to Sublime Text, but it is open source.

            8 votes
          2. tildez
            Link Parent
            IMO nothing really. I suppose it's got a decent community and plugin selection.

            IMO nothing really. I suppose it's got a decent community and plugin selection.

            2 votes
      2. [3]
        starchturrets
        Link Parent
        Doesn't Visual Studio do that too?

        On the other hand, the value of intellij is apparent as soon as it suggests some code for me.

        Doesn't Visual Studio do that too?

        1 vote
        1. [2]
          babypuncher
          Link Parent
          Visual Studio and Visual Studio Code are two different products. The former is an IDE like IntelliJ, the latter is an extendable text editor like Sublime.

          Visual Studio and Visual Studio Code are two different products. The former is an IDE like IntelliJ, the latter is an extendable text editor like Sublime.

          3 votes
          1. meghan
            Link Parent
            The answer for both VS and VS Code is yes.

            The answer for both VS and VS Code is yes.

            3 votes
  4. [3]
    hereticalgorithm
    Link
    Last time I tried it it was too sluggish. Most people blame it on Electron, but Visual Studio Code runs just fine, and it uses Electron too, so I'm not sure what's up with that.

    Last time I tried it it was too sluggish. Most people blame it on Electron, but Visual Studio Code runs just fine, and it uses Electron too, so I'm not sure what's up with that.

    8 votes
    1. balooga
      Link Parent
      Huh. I had the same experience with Atom and made the same assumption that it was because of Electron. Also had no idea VS Code uses Electron too, and it works fine for me as well. I don't have...

      Huh. I had the same experience with Atom and made the same assumption that it was because of Electron. Also had no idea VS Code uses Electron too, and it works fine for me as well. I don't have any more insight than you do, but thanks for pointing it out. It's very curious.

      3 votes
    2. just_a_salmon
      Link Parent
      I believe vscode strategically uses native widgets to mitigate the worst of electron.

      I believe vscode strategically uses native widgets to mitigate the worst of electron.

      3 votes
  5. lesicnik
    Link
    When not editing files through I terminal I use Sublime Text. Yes it's not open source, yes it's not free, but much prefer it over these "web app" text editors for one main reason: launch speed. I...

    When not editing files through I terminal I use Sublime Text. Yes it's not open source, yes it's not free, but much prefer it over these "web app" text editors for one main reason: launch speed.

    I tried using VSCode for a bit, but the longer delay between me typing the name, hitting enter and the program being ready for use really put me off.

    7 votes
  6. chromakode
    Link
    I've used Atom (with vim-mode-plus) as my daily editor at work and have been very happy with it. I have had no significant performance issues and enjoy the customizability and hackability.

    I've used Atom (with vim-mode-plus) as my daily editor at work and have been very happy with it. I have had no significant performance issues and enjoy the customizability and hackability.

    6 votes
  7. lazer
    Link
    Meh. I tried it and didn't mind it, but I prefer Visual Studio Code.

    Meh. I tried it and didn't mind it, but I prefer Visual Studio Code.

    6 votes
  8. asoftbird
    Link
    I'm only using it because it has a dark theme compared to Notepad++ and a file browser. So far it's main disadvantage is that it boots really, really slowly compared to Notepad++ which booted near...

    I'm only using it because it has a dark theme compared to Notepad++ and a file browser.

    So far it's main disadvantage is that it boots really, really slowly compared to Notepad++ which booted near instantly.

    5 votes
  9. davidb
    Link
    I learned vim about 12 years ago and have continued using it during that time. A lot of interns that have come through my workplace used Atom, and with some of the plugins it seemed usable. When...

    I learned vim about 12 years ago and have continued using it during that time.

    A lot of interns that have come through my workplace used Atom, and with some of the plugins it seemed usable. When the platformio IDE came out, it was initially built on Atom. So, I used it and then decided to try Atom more seriously for a while. I liked some aspects of the interface. Ultimately, I found myself switching back to vim because of the load time of the editor and productivity.

    5 votes
  10. PineappleMan
    Link
    I guess it depends, I really like Pycharm (for python) and IntelliJ for Java coding, they are heavier and a bit more sluggish but I get too much out of the plugins and auto-completes. I know its...

    I guess it depends, I really like Pycharm (for python) and IntelliJ for Java coding, they are heavier and a bit more sluggish but I get too much out of the plugins and auto-completes.

    I know its not ideal for everyone, but it's a small, personal opinion.

    5 votes
  11. Silbern
    Link
    I've never tried it. I've tried several editors over the years, and ultimately vim and Eclipse (for Java) are the ones that stuck. I want to like Emacs, I really do, but everytime I've tried it, I...

    I've never tried it. I've tried several editors over the years, and ultimately vim and Eclipse (for Java) are the ones that stuck. I want to like Emacs, I really do, but everytime I've tried it, I get overwhelmed by the options, and the extensions I try don't work correctly. Vim's efficiency and university, and Eclipse's strong out of the box IDE features, are hard to pass up.

    The problem with Atom specifically is, if I were able to figure out a massive text editor's ecosystem, Emacs' is much older and richer than Atom's, afaik at least, and it's more cross platform and lighter on system resources to boot.

    3 votes
  12. mftrhu
    Link
    Tried it... two years ago now, together with vim, Visual Studio Code and a bunch of other editors. I wanted to move away from Sublime and use a FOSS editor, but Atom was far too sluggish and...

    Tried it... two years ago now, together with vim, Visual Studio Code and a bunch of other editors. I wanted to move away from Sublime and use a FOSS editor, but Atom was far too sluggish and memory-hungry for my tastes.

    Things have not probably changed that much since, if only because my laptop is still the same 4-GB-having one as two years ago, and I have already settled on Emacs.

    3 votes
  13. cyaniventer
    Link
    Atom takes too much resources and my computer lags with Atom + Firefox + some other applications running together. For simple editing I use nano and if it involves constantly moving up/down or...

    Atom takes too much resources and my computer lags with Atom + Firefox + some other applications running together. For simple editing I use nano and if it involves constantly moving up/down or some other stuff that would be hard on nano, I use gedit.

    Before this I've tried lots of editors and find nothing that is light and just does the job, I'm looking into emacs maybe I'll try it someday.

    3 votes
  14. bme
    Link
    kakoune! or vim. But kakoune!

    kakoune! or vim. But kakoune!

    3 votes
  15. knocklessmonster
    Link
    I think it's bloated. I needed it for one thing (tidalcycles), and tried to expand my use to others, and it was so kludgy and slow I gave up. I switched to emacs, and use vim for general...

    I think it's bloated. I needed it for one thing (tidalcycles), and tried to expand my use to others, and it was so kludgy and slow I gave up. I switched to emacs, and use vim for general text-editing and basic scripting.

    2 votes
  16. just_a_salmon
    Link
    I used to use vim exclusively, but over the past couple years I’ve used vscode. I switched because I could never quite get the last bit of friction out of my vim experience, and there were a...

    I used to use vim exclusively, but over the past couple years I’ve used vscode. I switched because I could never quite get the last bit of friction out of my vim experience, and there were a couple essential features I couldn’t get to work. These days I only use vim if I need to use macros on a file.

    Edit- I forgot about how bad vim gets when syntax highlighting large files.

    2 votes
  17. cos
    Link
    I wish Juno, or something like it, was available for (neo)vim. If that was the case, I would never use Atom.

    I wish Juno, or something like it, was available for (neo)vim. If that was the case, I would never use Atom.

    2 votes
  18. CrazyOtter
    Link
    I like atom and use it quite a bit for hobby programming. It's nice to use and look at, I find the git integrations to be very helpful. Performance isn't great but that's not a huge deal to me,...

    I like atom and use it quite a bit for hobby programming. It's nice to use and look at, I find the git integrations to be very helpful. Performance isn't great but that's not a huge deal to me, maybe that'd change if I programmed for a living.

    Anyway if you like it then use it, don't worry too much about what editor/IDE you use.