eranif / codelite

A multi purpose IDE specialized in C/C++/Rust/Python/PHP and Node.js. Written in C++
https://codelite.org
GNU General Public License v2.0
2.08k stars 444 forks source link

PHPParser: Add support for Null Safe Operator #3393

Closed AJenbo closed 1 month ago

AJenbo commented 1 month ago

Adding this will allow the IDE to properly trigger auto complete suggestion when the null safe operator is used.

From CodeLites perspective there shouldn't be a reason to treat it any different from the regular Object Operator. At least for now.