branch: externals/phps-mode commit 9498a7ae532847e54ffc0c0e18320986828c76f6 Author: Christian Johansson <christ...@cvj.se> Commit: Christian Johansson <christ...@cvj.se>
Updated TODOs --- TODO.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/TODO.md b/TODO.md index 57cc5ba73c..805f5f8299 100644 --- a/TODO.md +++ b/TODO.md @@ -4,10 +4,9 @@ * Bookkeeping of chained object operators like WC()->cart->subtotal * Bookkeeping of variables inside classes with multiple methods seems to not work -* Move bookkeeping and imenu generation to main thread to be able to populate Sematic Subsystem in the future -* Catch signaling from AST-generation, bookkeeping and imenu generation -* Imenu-generation of conditionally defined functions and classes * Bookkeeping of class properties inside condition lists +* Imenu-generation of conditionally defined functions and classes +* Integrate imenu-generation into bookkeeping generation ## Other