atom / ide-php

PHP language support for Atom-IDE
MIT License
264 stars 41 forks source link

No longer working #134

Open mcanepa opened 5 years ago

mcanepa commented 5 years ago

This package suddenly stopped working and now the outline looks like this outline

I've uninstalled it and re installed it and the console outputs console

what can I do to make it work again?

I'm using Atom 1.33.0 x64 and ide-php v0.7.17

ilCoso commented 5 years ago

Same behaviour in 1.33.1 - 0.7.17

immagine

jaminm commented 5 years ago

Same here. Uninstalled and re-installed, it stopped working.

iampatrick commented 5 years ago

Same. Uninstalling and reinstalling both the package and then Atom didn't work for me.

mcanepa commented 5 years ago

just upgraded ide-php to 0.17.18 and atom to 1.34.0 and still not working on windows 10 x64

mcanepa commented 5 years ago

I also have the exact same atom and packages installed on a windows 7 x64 and everything is working fine there...

ParkerD13 commented 5 years ago

Same here, but it seems like it only addresses the HTML tags from some debugging outputs: unbenannt Changing the grammar from and back to PHP doesn't do anything. Win7 64, Atom 1.34.0 64, latest ide packages, reinstalling did not help either.

p1u3o commented 5 years ago

Same issue here, Fedora 29 x64.

screenshot from 2019-01-16 09-32-02

$ php -v
PHP 7.2.13 (cli) (built: Dec  4 2018 18:06:03) ( NTS )
Copyright (c) 1997-2018 The PHP Group
Zend Engine v3.2.0, Copyright (c) 1998-2018 Zend Technologies
    with Xdebug v2.6.1, Copyright (c) 2002-2018, by Derick Rethans
marto-ales commented 5 years ago

I have the exact same issue, is there any clue on this?

jaminm commented 5 years ago

When I removed the ide-html package it started working again. I didn't debug anything I'm just trying different things. The other packages I have installed are ide-css, ide-json, but it was the ide-html package that made this bug pop up.

mcanepa commented 5 years ago

I can confirm what @jaminm did. Uninstalling ide-html fixed ide-php. If I then re install ide-html, ide-php still works....but as soon as I close atom and re open it, then ide-php is broken again

jaminm commented 5 years ago

PHP support is broken is an open bug on ide-html. https://github.com/liuderchi/ide-html/issues/41