Announcement: New language server for Drupal!
10 September 2025 at 01:40
| Hi community, I have built a language server for Drupal and used it daily the last 8 months. This language server allows you to do Drupal development in LSP compatible code editors such as neovim or VSCode. Some of the features include: - Completion for service names, permissions, route names, and various plugin IDs. - Go to definition on services, controllers, and routes. - Snippets for hooks, form elements, and render elements. NB: I have not tested it in VSCode and it probably requires a small code change to write the integration, but it follows the standard LSP specification, so no major work is required to integrate it. [link] [comments] |