atom / ide-php

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

not outline visible #146

Open mcanepa opened 5 years ago

mcanepa commented 5 years ago

I'm on a fresh debian 9 and just installed atom 1.37 x64

Installed atom-ide-ui successfully and wanted to install ide-php but received an error because, silly me, I haven't installed PHP 7 yet. So I proceeded to do so, then went back to atom and tried to see the outline but nothing is showing.

I've tried to uninstall the package and reinstalled but had no luck, still nothing showing.

What can I do?

mcanepa commented 5 years ago

In addition to package uninstalling, I've also uninstalled and reinstalled atom. Outline still not visible.

While installing ide-php I saw the tooltip saying "donwloading" and "unpacking" but then nothing happens.

mcanepa commented 5 years ago

In case this helps..

I set this: atom.config.set('core.debugLSP', true)

Then while de console was active I opened a file and get this

Captura de pantalla de 2019-06-07 21-43-55

mcanepa commented 5 years ago

I think I know what is the problem.

I was also having some difficulties to save a file, either it took to long or the file was't saved at all. Searching for this problem I found this issue. In there was the solution.

So I disabled the github package and the outline suddenly appeared.