| ▲ | eviks 8 months ago |
| Does Zed have a comparable C++ extension? |
|
| ▲ | dharmab 8 months ago | parent [-] |
| Zed uses tree-sitter and LSP; most popular languages do not require extensions, and extensions for niche languages are shockingly easy to write. Literally 100-300 lines of Rust boilerplate and around 300 lines of config boilerplate, with minimal maintenance/upkeep. https://zed.dev/docs/languages/cpp |
| |
| ▲ | wolvesechoes 8 months ago | parent [-] | | Many words to state that it doesn't. | | |
| ▲ | dharmab 8 months ago | parent | next [-] | | Many words to explain that it doesn't need one, as you can see by clicking that link. | |
| ▲ | mort96 8 months ago | parent | prev [-] | | No idea why they worded it the way they did. But the answer is: yes, Zed has something comparable, using clangd as a C and C++ LSP server. |
|
|