• Charmander8649@programming.dev
    link
    fedilink
    arrow-up
    2
    ·
    4 days ago

    Kate is great for being a compiled C++ program, making it nice and lightweight. Plus lots of syntax highlighting. Not quite the same as IDEs with auto completion, but pretty good for plain text editing.

    • irmoz@reddthat.com
      link
      fedilink
      English
      arrow-up
      1
      ·
      4 days ago

      It can give autocompletion based on the current file, which is good for writing self contained classes. You can also enable an LSP to get language autocompletion :D