Gert-dev / php-ide-serenata

Atom IDE package that integrates the Serenata server to provide PHP code assistance
https://serenata.gitlab.io/
Other
275 stars 22 forks source link

Hyperclicking appends the path to the file twice #515

Open jonasdamm opened 3 years ago

jonasdamm commented 3 years ago

I just did a fresh install of Atom and Serenata on a new computer. Previously I've been running on one of the older versions pre-version 5 without any problems.

The install went well and my project is being indexed. Everything seems to work except for:

Here's an example of an indexed class:

image

When I CTRL+click it attempts to open the class, which results in a blank file because the file doesn't exist at the path:

image

Notice the project path twice:

image

Any suggestions?

jonasdamm commented 3 years ago

The problem seems to persist with Composer psr-4 loaded files, where the path gets prepended twice when hyperclicking:

image

With specific files like functions/http.php, hyperclicking works as intended.