Questions tagged [php-language-server]

3 questions
1
vote
2 answers

How to support IDE language server type hints for methods that return $this in PHP

I want to ship a class A that can be locally extended (LocalA). Most methods need to return $this so that calls can be chained. I'm looking for a way to type-hint the return values of the methods defined in A (and LocalA) to say "it returns the same…
artfulrobot
  • 20,637
  • 11
  • 55
  • 81
1
vote
0 answers

Problem when routing from outside a project to internal route automatically head to index.php

I have a project which I have to share external routes from it like so .. ex: https://www.example.com/something If I head to the root website it does not cause any problem and if I head to any internal route no problem causes. The problem starts…
0
votes
1 answer

LSP: Cannot get document symbol

I'm learning LSP and am right now trying to get document symbols. I use Felix Becker PHP language server. No matter what I try I cannot get back the symbols. I have tried to log what the Language Server receives and here it is (tried to omit…
Stefano Mtangoo
  • 6,017
  • 6
  • 47
  • 93