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.14k stars 299 forks source link

PHP Catch Variable has No CodeIntel #3887

Closed ssigwart closed 3 years ago

ssigwart commented 3 years ago

Short Summary

$e does not have an associated type below.

try {
} catch (Exception $e) {
    $e->getCode(); // Does not autocomplete
}

Steps to Reproduce

Expected results

Actual results

Platform Information

Komodo Edit, version 11.2.0 (Custom build) MacOS Catalina 10.15.6