branch: externals/phps-mode
commit 22c4f31716b0c2b902daf3dbe4bac72faefa2484
Author: Christian Johansson <[email protected]>
Commit: Christian Johansson <[email protected]>
Added TODO items
---
TODO.md | 3 +++
1 file changed, 3 insertions(+)
diff --git a/TODO.md b/TODO.md
index 052f687244..b44e2df004 100644
--- a/TODO.md
+++ b/TODO.md
@@ -9,3 +9,6 @@
case Type::T_FUNCTION:
list(, $block) = $child;
// the block need to be able to go up to it's parent env to
resolve var
+
+* Imenu-generation of conditionally defined functions and classes
+* Bookkeeping of chained object operators like WC()->cart->subtotal