Zed editor

Date: 2025-10-23

https://zed.dev

My settings.json (WIP)

// Zed settings
//
// For information on how to configure Zed, see the Zed
// documentation: https://zed.dev/docs/configuring-zed
//
// To see all of Zed's default settings without changing your
// custom settings, run `zed: open default settings` from the
// command palette (cmd-shift-p / ctrl-shift-p)
{
  "ui_font_size": 16,
  "buffer_font_size": 11.0,
  "theme": {
    "mode": "system",
    "light": "One Light",
    "dark": "One Dark"
  },
  "icon_theme": {
    "mode": "system",
    "light": "Catppuccin Mocha",
    "dark": "Catppuccin Mocha"
  },
  // Algemene formatter voorkeuren
  "languages": {
    "JavaScript": {
      "formatter": [
        { "code_action": "source.fixAll.eslint" },
        "language_server"
      ]
    },
    "TypeScript": {
      "formatter": [
        { "code_action": "source.fixAll.eslint" },
        "language_server"
      ]
    },
    "JSON": { "formatter": "language_server" },
    "TSX": { "formatter": "language_server" }
  }
}

Installed extensions (WIP)

Catppuccin Icons
VSCode Icons - https://github.com/chawyehsu/zed-vscode-icons-theme

HTML
SQL
C#

Angular
React Typescript Snippets
98260cookie-checkZed editor