Komodo / KomodoEdit

Komodo Edit is a fast and free multi-language code editor. Written in JS, Python, C++ and based on the Mozilla platform.
http://www.komodoide.com/komodo-edit
Other
2.15k stars 302 forks source link

PHP DateTime missing it's auto-completions #2185

Open babobski opened 7 years ago

babobski commented 7 years ago

Short Summary

When using DateTime in php I'm missing the auto completions:

date_time_autocompletion_

Expected results

All the auto-completions are shown for DateTime

Platform Information

Komodo IDE 10.2 Windows 10

mitchell-as commented 7 years ago

Note to self: the PHP cix file generator does not recognize DateTimeInterface, so DateTime cannot implement it.

Naatan commented 7 years ago

So not new in 11 right?

mitchell-as commented 7 years ago

Correct.