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…
You mean something like which-key? It existed for a long time as an external package and was added to main emacs recently. https://github.com/emacs-mirror/emacs/commit/fa4203300fde682...
IDEmacs: A Visual Studio Code clone for Emacs
21–30 of 191 posts
Re: IDEmacs: A Visual Studio Code clone for Emacs
#22I 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...
neovim does not give a libneovim, but exposes an rpc where you communicate with neovim running as another process, this I would have thought have more latency but apparently is fast enough , this is how the vscode plugin for neovim is able to provide a near complete vim experience. Other neovim guis like neovide use this too
Re: IDEmacs: A Visual Studio Code clone for Emacs
#23Re: IDEmacs: A Visual Studio Code clone for Emacs
#24What 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...
Re: IDEmacs: A Visual Studio Code clone for Emacs
#25Re: IDEmacs: A Visual Studio Code clone for Emacs
#26I 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.
A huge portion of the emacs community seems resistant to any UI improvement. I think it's a counterculture thing.
Re: IDEmacs: A Visual Studio Code clone for Emacs
#27Re: IDEmacs: A Visual Studio Code clone for Emacs
#28I 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…
But the core with its single thread processing and constant hangs, requiring you to repeatedly hit C-g at least once a day, is first in line for "facelift".
Re: IDEmacs: A Visual Studio Code clone for Emacs
#29If you don’t use it that often, you might wanna try the Emacs plugin for VS Code instead.
Re: IDEmacs: A Visual Studio Code clone for Emacs
#30I 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...
Vim users would be annoyed by bizarre input lag of an electron application and perhaps by EULA. VS code users don't really care about Vim...