Skip to content

How to install the default language servers

kostisM edited this page May 2, 2025 · 209 revisions

[language-server.phpactor] command = "phpactor" args = ["language-server"]

language name = "php" scope = "source.php" injection-regex = "php" file-types = ["php", "inc", "php4", "php5", "phtml", "ctp"] shebangs = ["php"] roots = ["composer.json", "index.php"] comment-token = "//" language-servers = [ "phpactor" ] indent = { tab-width = 4, unit = " " }

Clone this wiki locally