👩💻 Join our community of thousands of amazing developers!
We all use language servers, even before we learn to program, still, it actually took me some years to finally notice what they really are. Have you ever thought about that? The editor knows we can call fill or filter! How does the editor know that elements is an array of numbers? How do those things work under the hoods?! The language server does that magic! ✨ The editor (e.g. VS Code) plays the client-side role and takes care of presenting UI elements and firing UI events. On the other side, ...