@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 or view it on GitHub:
https://github.com/geany/geany/issues/2823#issuecomment-862112759

Reply via email to