Reading view

jdrupal-dev/drupal_ls: Now available in VSCode Marketplace!

jdrupal-dev/drupal_ls: Now available in VSCode Marketplace!

Hi community,

A while ago I announced the existence of "drupal_ls": https://www.reddit.com/r/drupal/comments/1nd6z36/announcement_new_language_server_for_drupal/

Drupal LS is a language server providing IDE-like intellisense features for Drupal 8+.

Until today the language server could only be used in Neovim, Emacs, or similar editors.

Now the language server can be used in VSCode as well! You can install the extension from the Marketplace: https://marketplace.visualstudio.com/items?itemName=jdrupal-dev.drupal-ls

Enjoy :)

submitted by /u/Western_Crew5620
[link] [comments]
  •  

Announcement: New language server for Drupal!

Announcement: New language server for Drupal!

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.

submitted by /u/Western_Crew5620
[link] [comments]
  •  
❌