- टर्मिनल वातावरण में भी GUI-स्तर की usability देने के लिए विकसित किया गया टेक्स्ट एडिटर
- Native UI, full menu system, Command Palette का समर्थन, और पूरा mouse operation संभव होने के कारण graphical editor उपयोगकर्ताओं के लिए भी इस पर आना स्वाभाविक लगता है
- TypeScript-आधारित plugin system: plugins Deno sandbox environment में सुरक्षित रूप से चलते हैं
- low-latency performance को लक्ष्य बनाकर डिज़ाइन की गई हल्की संरचना
- टाइप करते ही प्रतिक्रिया देने वाला low-latency editing experience
- कई GB आकार की बड़ी files भी स्थिर रूप से खोली और संपादित की जा सकती हैं
- पूरा editor feature set प्रदान करता है
- file management: open/save/tabs/auto-restore/Git file explorer
- editing features: multi-cursor, block selection, smart indentation, clipboard
- search·replace: incremental search, selection के भीतर search, Git grep support
- navigation features: line jump, bracket jump, bookmarks, error navigation
- layout: split panes, line numbers, word wrap, Markdown preview
- LSP integration: go to definition, references, code actions, autocomplete, diagnostics display
- productivity tools: Command Palette, menu bar, macros, Git log, diagnostics panel
- plugin extensions: color highlighting, TODO highlighter, merge conflict display, keymap settings
- Rust-आधारित high-performance implementation, macOS·Linux·npm·Nix आदि का समर्थन
- GPL-2.0 लाइसेंस
अभी कोई टिप्पणी नहीं है.