• 0 Posts
  • 1 Comment
Joined 11 months ago
cake
Cake day: October 29th, 2023

help-circle
  • Entalpi@alien.topBtoEmacs@communick.newsWhy emacs
    link
    fedilink
    English
    arrow-up
    1
    ·
    11 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.