diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2023-10-31 10:17:43 +0100 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2023-10-31 10:17:43 +0100 |
| commit | ae24d9a8869c497537839f330384cbadb2cf687c (patch) | |
| tree | 79184f1d1db6f0b8e2f7aad3a262b3a2bccdde58 /public/crafting-stories-in-zed-editor.html | |
| parent | 409dfae3983b55ffa469a556683fab4ec70b1e99 (diff) | |
| download | mitjafelicijan.com-ae24d9a8869c497537839f330384cbadb2cf687c.tar.gz | |
Updated theme
Diffstat (limited to 'public/crafting-stories-in-zed-editor.html')
| -rwxr-xr-x | public/crafting-stories-in-zed-editor.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/public/crafting-stories-in-zed-editor.html b/public/crafting-stories-in-zed-editor.html index b1226c2..fcd5d3d 100755 --- a/public/crafting-stories-in-zed-editor.html +++ b/public/crafting-stories-in-zed-editor.html | |||
| @@ -17,7 +17,7 @@ been using Helix exclusively.<p>I've been genuinely impressed by Zed. When you o | |||
| 17 | detects its type and downloads the corresponding <a href=https://en.wikipedia.org/wiki/Language_Server_Protocol>LSP (language | 17 | detects its type and downloads the corresponding <a href=https://en.wikipedia.org/wiki/Language_Server_Protocol>LSP (language |
| 18 | server)</a>. The list of | 18 | server)</a>. The list of |
| 19 | supported languages is not extensive, but it's still impressive. It's a great | 19 | supported languages is not extensive, but it's still impressive. It's a great |
| 20 | example of how to create a product that stays out of your way.<figure><img src="/posts/zed/zed-1.png?style=bigimg" alt="Zed editor"><figcaption><p>C code on a light theme.</figcaption></figure><p>For C development it downloaded <a href=https://clangd.llvm.org/>clangd</a> and setting | 20 | example of how to create a product that stays out of your way.<figure><img loading="lazy" loading="lazy" src="/posts/zed/zed-1.png?style=bigimg" alt="Zed editor"><figcaption><p>C code on a light theme.</figcaption></figure><p>For C development it downloaded <a href=https://clangd.llvm.org/>clangd</a> and setting |
| 21 | up missing dependencies in code was rather easy. For this project I use | 21 | up missing dependencies in code was rather easy. For this project I use |
| 22 | <a href=https://www.libsdl.org/>SDL2</a> for rendering terminal emulator. It’s a hobby | 22 | <a href=https://www.libsdl.org/>SDL2</a> for rendering terminal emulator. It’s a hobby |
| 23 | project, don’t worry about it.<p>If you are going to give this a try and you are using C, I suggest checking two | 23 | project, don’t worry about it.<p>If you are going to give this a try and you are using C, I suggest checking two |
| @@ -32,7 +32,7 @@ for Linux yet, I will stick to Helix. This impressive piece of engineering is, | |||
| 32 | above all, an amazing example of craftsmanship.<p>They have a bunch of amazing integrated functionalities like live desktop | 32 | above all, an amazing example of craftsmanship.<p>They have a bunch of amazing integrated functionalities like live desktop |
| 33 | sharing, code sharing in a live coding session. There is a lot of pretentious | 33 | sharing, code sharing in a live coding session. There is a lot of pretentious |
| 34 | marketing speak there but the product is still amazing!<p>For me the speed and the simplicity of the product was the most impressive | 34 | marketing speak there but the product is still amazing!<p>For me the speed and the simplicity of the product was the most impressive |
| 35 | thing. You get that: it just works feeling. A rare thing in 2023.<figure><img src="/posts/zed/zed-2.png?style=bigimg" alt="Zed editor"></figure><p>They also managed to add <a href=https://github.com/features/copilot>Github Copilot</a> | 35 | thing. You get that: it just works feeling. A rare thing in 2023.<figure><img loading="lazy" loading="lazy" src="/posts/zed/zed-2.png?style=bigimg" alt="Zed editor"></figure><p>They also managed to add <a href=https://github.com/features/copilot>Github Copilot</a> |
| 36 | in a non obtrusive way. To me, everything feels very intentional and | 36 | in a non obtrusive way. To me, everything feels very intentional and |
| 37 | specifically selected. It's minimal yet maximally effective.<p><video src=https://zed.dev/img/post/copilot/copilot-demo.webm autoplay loop></video><p>It is a perfect balance between VS Code, Jetbrains IDE’s and something like VIM | 37 | specifically selected. It's minimal yet maximally effective.<p><video src=https://zed.dev/img/post/copilot/copilot-demo.webm autoplay loop></video><p>It is a perfect balance between VS Code, Jetbrains IDE’s and something like VIM |
| 38 | or Helix.<p>I just hope they <strong>DON’T</strong> add plugin support and keep it like it is. They as a | 38 | or Helix.<p>I just hope they <strong>DON’T</strong> add plugin support and keep it like it is. They as a |
