Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
1pub mod copilot_button; 2mod copilot_completion_provider; 3mod sign_in; 4 5pub use copilot_button::*; 6pub use copilot_completion_provider::*; 7pub use sign_in::*;