Tag: #editor
Writing on GPUs, LLMs, MLOps, Kubernetes — and mindset · 3 posts
Build Your Own VS Code Extension and Language Server — A 2026 LSP Hands-On Guide
VS Code extensions and LSP aren't mysterious anymore. From Extension API basics — commands, providers, webviews — through the anatomy of LSP messages over JSON-RPC, building real servers with vscode-languageserver and to
2026-05-14 · 25 min read #vscode#vscode-extension#language-server#lsp#hands-onEditor Wars 2026 — VS Code, Cursor, Zed, Neovim, Helix, Sublime, JetBrains, and Claude Code
The 2026 code-editor landscape. VS Code is still dominant, but Cursor as an AI-first fork is reshaping the market, Zed renders on the GPU, and Neovim/Helix have made modal editing relevant again. Meanwhile Claude Code re
2026-05-14 · 20 min read #editor#ide#vscode#cursor#zedThe Complete Vim Command Guide: Master Every Command of the Ultimate Text Editor
From Vim modal editing philosophy to navigation, editing, Visual Mode, text objects, command mode, macros, .vimrc configuration, and plugins — a comprehensive guide to every Vim command with practical examples.
2026-03-01 · 24 min read #vim#neovim#editor#linux#terminal