Ghostdoc not handling upper case constants with underscores correctly

77 views Asked by At

Ghostdoc seems to get massively confused when encountering a const that contains underscores. Leaving aside whether constants should be in this format, it seems to me that this could be handled better. I've supplied an example below:

enter image description here

Aside from refactoring all constants, is there a way to force Ghostdoc to handle these? I didn't see anything that seemed like it could fit the bill in the options.

I'm on version 5.1.16036.

1

There are 1 answers

0
sergeb On

Currently, GhostDoc splits identifiers based on Pascal/Camel naming conventions and pretty much ignores the underscores. We are looking into adding the underscores as delimiters.