Entalpi

joined 10 months ago
[–] [email protected] 1 points 10 months ago

Honestly getting VS Code to work like Emacs does for me would be a huge undertaking. Its simply closer to how I want to use a text editor.

For example, debuggin - use GDB - integrates with Emacs. Move around - use Evil. Interact with Git - Magit. Terminal - Eshell. Syntax highlighting - tree-sitter, and of course, LSP for actually jumping around and refactoring with some smarts.

Its quite simple and elegant. Sure, its not accessable since its all keyboard shortcuts.