@elextr , yes, Geany recognizes the file as PHP. I happened to notice that if I set the file-type to "HTML", then the symbols are listed. I still need to try Geany without that commit. I hope to report back soon.

@eht16 , below is some code that (at least on my system) does not display symbols.

<?php


function main() {
    return 0;
}


class SomeClass {

    public function __construct() {
        return;
    }

    public function __destruct() {
        return;
    }

    public function someFunction() {
        return;
    }
}


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.