加载中
正在获取最新内容,请稍候...
正在获取最新内容,请稍候...
Explore and contribute to extensions for the Zed editor, adding new language support, linters, formatters, snippets, and more to customize your development environment.
This repository serves as the central hub for community and official extensions for the Zed code editor, enabling users to significantly enhance its functionality and tailor it to their specific programming needs.
While Zed provides a robust core editing experience, specialized workflows, language-specific tooling (like linters, debuggers), and personalized features require extensibility. This project addresses this by providing a platform for developing and distributing these essential add-ons.
Adds syntax highlighting, code folding, and basic completion for various programming languages not natively supported.
Enables integration with external or built-in code analysis tools to maintain code quality and style.
Extensions cater to developers needing to expand Zed's capabilities for specific languages, frameworks, or development workflows.
A developer working with a less common programming language needs syntax highlighting and basic code completion in Zed.
Allows developers to use their preferred editor for a wider range of projects, improving productivity.
A team wants to enforce specific coding standards using linters and formatters directly within the editor.
Automates code review steps and ensures consistent code style across the team.
You might be interested in these projects
Apache ZooKeeper is a centralized service for maintaining configuration information, naming, providing distributed synchronization, and providing group services. It helps developers build robust distributed applications.
The Linux kernel is the core of the Linux operating system family, providing essential system services like process management, memory management, device drivers, filesystem access, and networking. It is the foundation for everything from supercomputers to embedded devices.