Skip to content

Add Psalm Language Server support #38

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

lhpalacio
Copy link

This PR adds support for Psalm, a static analysis tool for PHP.

psalm

Enable Psalm

Add to your settings.json:

{
  "languages": {
    "PHP": {
      "language_servers": ["psalm"]
    }
  }
}

Custom Path (Optional)

{
  "lsp": {
    "psalm": {
      "initialization_options": {
        "command": ["vendor/bin/psalm-language-server"]
      }
    }
  }
}

Copy link

cla-bot bot commented Jun 19, 2025

We require contributors to sign our Contributor License Agreement, and we don't have @lhpalacio on file. You can sign our CLA at https://zed.dev/cla. Once you've signed, post a comment here that says '@cla-bot check'.

@lhpalacio
Copy link
Author

@cla-bot check

@cla-bot cla-bot bot added the cla-signed label Jun 19, 2025
Copy link

cla-bot bot commented Jun 19, 2025

The cla-bot has been summoned, and re-checked this pull request!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant