property and const same name Permanently deleted user Created December 13, 2017 16:05 if property have same name with const, then when typing self::TEST not working hint here is sample code /*** @property double $test */class Kurs { const TEST = 10;} phpstorm 2017
What do you mean? Should it provide type hinting when names are different? Could you please elaborate and attach screenshots illustrating the issue? I'm unfortunately not following you
why ide not hint const BAR in first example?
Unfortunately this works fine here:
Please try that again with all custom plugins disabled (File > Settings > Plugins: Show: Custom)