IDEmacs: A Visual Studio Code clone for Emacs

(codeberg.org)

134 points | by nogajun 5 hours ago ago

20 comments

  • giancarlostoro 2 hours ago ago

    I would love to see a project that rebuilds the Emacs UI but keeps the underlying core to give it a modern facelift, some things in emacs blend together and are a pain for my eyes to figure out whats what. It would be nice if the UI was modernized but the core was left as-is. I'm reminded of some of my favorite editors that are niche being Lisp related ones, where if you held down ctrl it would show you shortcuts in the UI itself and what they lead to. I also always enjoyed Racket's import arrows and other small things that are visually amazingly impressive despite being so simple.

  • jasperry 2 hours ago ago

    As a long-time Emacs user, I'm surprised by how easy it has become lately to configure Emacs as an IDE, mainly due to the built-in eglot. You need a lot less elisp code than you used to. A working Python setup is like one line of config.

    Which is to say, this project isn't really for me, because I'm already familiar with Emacs keybindings. And as for a new user, they're going to eventually have to deal with the underlying configuration. Maybe it's a gateway drug?

  • tiffanyh 5 hours ago ago

    I was always bummed OniVim v2 didn't take off.

    It was a native IDE but fully supported VS Code plugin system.

    https://web.archive.org/web/20210627210456/https://v2.onivim...

  • trenchpilgrim 4 hours ago ago

    This would have been great when I was learning Lisp in school! I tried emacs but due to joint issues the keybinds were painful to use, so I gave up and did the course in vim+SBCL's REPL instead.

    • dmead 4 hours ago ago

      Which joint issues? Have you tried evil mode?

      • trenchpilgrim 4 hours ago ago

        > Which joint issues?

        Pretty sure it's rheumatoid arthritis.

        > Have you tried evil mode?

        This was like fifteen years ago and I just went back to my working Vim setup I was already using for all my other classes.

  • pca006132 an hour ago ago

    What I miss from vscode is the remote functionality, can you do it with emacs? For neovim there is distant.nvim, but idk if it is mature enough and configuration seems a bit annoying...

    • brendyn an hour ago ago

      Emacs already does that with TRAMP via SSH -- You just open a file like /ssh:user@server:/etc/hosts the main downside is if your connection is laggy Emacs will lock up momentarily. There is an ongoing effort to improve the multithreaded-ness and async-ness of Emacs to make it nicer

    • hirvi74 an hour ago ago

      There is TRAMP.

      https://www.gnu.org/software/tramp/

      I am not sure if it will fit your needs or not.

    • stackghost an hour ago ago

      I believe the analogous thing in emacs is called TRAMP. I have no idea if it's good, as I never edit files remotely, but it exists.

  • pizlonator 4 hours ago ago

    That screenshot is super pretty. Very impressive!

  • tom_ 3 hours ago ago

    C-x, C-c, C-w, C-s, C-k, C-g, C-] - goodness me, somebody absolutely does not give a shit what anybody thinks. I would never use this, but, somehow, I still love it.

    I dare the author to rebind M-x as well.

    • skullt 2 hours ago ago

      In fairness, Emacs has long had cua-mode for rebinding C-c, C-v, C-x, and C-z to copy, paste, cut, and undo, so at least those changes are not too radical.

  • charcircuit 2 hours ago ago

    I would really like to see this kind of work be done upstream. Emacs still looks the same as it did decades ago despite other editors advancing and becoming more user friendly.

    • ssivark an hour ago ago

      Switching the default experience away from what people have grown used to over decades seems incredibly rude (despite what commercial software has normalized).

      The magic of emacs is infinite customizability. And it's quite easy for users to find and start with emacs "distributions" or "starter packs". So that's probably the best route forward.

      Potential improvements:

      1 Base emacs continues to make it easier to try out a bunch of configurations and switch between them, obviating solutions like chemacs

      2 There's a web repository of a a variety of starter packs with screenshots and reviews and installation instructions, to help beginners find everything in one place.

      3 ...

    • raincole 2 hours ago ago

      I'm afraid that many people consider "looking the same as decades ago" a feature...

    • manithree 2 hours ago ago

      Please, no. Emacs could use some interface/toolkit update, I don't deny that. And I like IDE features. I use tree-sitter, LSPs, copilot.el, copilot-chat.el, and others all day, every day.

      But don't force me to turn off treemacs, and minimap like I have to do in VSCode all the time just because some useless, space-wasting eye-candy is trendy.

    • stackghost an hour ago ago

      A huge portion of the emacs community seems resistant to any UI improvement. I think it's a counterculture thing.