bmewburn / intelephense-docs

Documentation for the Intelephense PHP language server
https://intelephense.com
Other
184 stars 17 forks source link

Goto Definition across multiple files within the project #24

Open chrisphale opened 4 years ago

chrisphale commented 4 years ago

Hi,

Can you give me a pointer on how to get Goto Definition to work across multiple files in my CodeIgniter project.

I am guessing it uses the git repo? Is there any documentation I have missed somewhere?

I am using neovim and the Ale plugin (https://github.com/dense-analysis/ale#usage-go-to-definition)

It works for individual files.

chrisphale commented 4 years ago

Update: I suspect this is an issue with neovim's ale plugin not passing the rootUri property of the InitializeParams correctly. Be good if I could get intelephense to log what was passed...