0

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.

Robbie Dee
  • 1,939
  • 16
  • 43

1 Answers1

0

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.

sergeb
  • 2,484
  • 3
  • 22
  • 20