emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/phps-mode d19bd439cf 198/212: Updated TODO items


From: Christian Johansson
Subject: [elpa] externals/phps-mode d19bd439cf 198/212: Updated TODO items
Date: Wed, 26 Jan 2022 01:51:26 -0500 (EST)

branch: externals/phps-mode
commit d19bd439cf3a5552a3d6c3cf85294d7cf12b91da
Author: Christian Johansson <christian@cvj.se>
Commit: Christian Johansson <christian@cvj.se>

    Updated TODO items
---
 TODO.md | 24 ++++++++++++++++++------
 1 file changed, 18 insertions(+), 6 deletions(-)

diff --git a/TODO.md b/TODO.md
index c05fc02c7d..3832977c81 100644
--- a/TODO.md
+++ b/TODO.md
@@ -1,12 +1,23 @@
-# Improvements
+# TODO
+
+## Indentation
 
-* Move bookkeeping and imenu generation to main thread to be able to populate 
Sematic Subsystem
-* Catch signaling from AST-generation, bookkeeping and imenu generation
 * Fix HTML/XML indentation support
-* Remove support for incremental parsing
+* Strange case
+
+    $A =
+        B::
+        C($D, true);
+    // Comment
 
-# Bugs
 
+## Code intelligence
+
+* 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
+* Remove support for incremental parsing if it speeds up
 * Lexer/parser fix for multiple cases like
 
     switch($here) {
@@ -17,4 +28,5 @@
     }
 
 * Imenu-generation of conditionally defined functions and classes
-* Bookkeeping of chained object operators like WC()->cart->subtotal
+
+



reply via email to

[Prev in Thread] Current Thread [Next in Thread]