Peekmo / atom-autocomplete-php

Autocomplete for PHP in atom editor
MIT License
136 stars 34 forks source link

Declaration link covers code folding button, but doesn't disable it #278

Open jacobmischka opened 8 years ago

jacobmischka commented 8 years ago

The package properly adds the declaration link for overridden functions, however it simply puts it on top of the fold-block arrow that is supposed to be there, and doesn't stop propagation. This means that while clicking the link does open the file where the function or attribute is originally declared, when I return to the original page the entire block will be folded.

image