Skip to content

Conversation

@jakubmisek
Copy link
Contributor

This pull request adds support for devsense-php-ls, the language server used by the PHP Tools extension for Visual Studio Code.

This language server offers a comprehensive PHP development experience (within the limits of the LSP protocol), including:

  • Laravel IDE features
  • Support for PhpStan, Psalm, and other PHPDoc annotations
  • Code completion
  • Inlay hints
  • Code diagnostics
  • Code navigation
  • Code folding
  • And more

Problem:
Double quotes were used for simple string literal.

Solution:
Using single quotes as suggested.
@justinmk
Copy link
Member

Thanks looks like there are a lot of upvotes on this :) Would you mind rebasing to get an updated CI check, then will merge

@jakubmisek
Copy link
Contributor Author

done! thank you @justinmk

@justinmk justinmk merged commit 0cc5b7a into neovim:master Aug 25, 2025
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants