[Github-comments] [geany/geany] No Symbols Found for PHP (#2823)

Devyn Collier Johnson notifications at xxxxx
Wed Jun 16 07:13:50 UTC 2021


@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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20210616/073b0b1c/attachment.htm>


More information about the Github-comments mailing list