Gert-dev / php-ide-serenata

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

Core PHP class and functions linted as errors since upgraded to Atom 4.2.0 and Serenata 4.1.0 #437

Closed edomato closed 6 years ago

edomato commented 6 years ago

I don't know if this issue comes from the Atom plugin or the Serenata server, but now I see error linting on functions like "getcwd" (http://php.net/manual/en/function.getcwd.php) and classes like "\Exception".

Both are part of the core PHP language.

The error says "Function is not defined or imported anywhere" which is wrong.

Thanks. Ernesto

edomato commented 6 years ago

I also open and issue in Serenata Gitlab repository.

Thanks.

edomato commented 6 years ago

Here's a screenshot of the problem.

atom

edomato commented 6 years ago

Ok, I did another test (maybe I should have done this before) that consisted on trying this plugin on a fresh install of Atom (a new user were I never started Atom before) and I couldn't reproduce the problem.

So, I guess that it could be some conflict with other plugin, configuration or upgrade on my main account in the machine that is producing the issue.

I'm using GNU/Linux, do you have any suggestion about where can I look to try solve this without having to start over with my Atom configuration?.

Thanks for all. Ernesto

Gert-dev commented 6 years ago

Hello. This is a duplicate of #314.