-
Notifications
You must be signed in to change notification settings - Fork 3
Issues
is:issue state:open
is:issue state:open
Issue creation is restricted in this repository
Search results
Architecture: a declaration/symbol index (incl. procedures) so cross-file hover/F12/impl stop tokenizing the include universe
enhancementNew feature or requestNew feature or requestStatus: Open.#362 In msarson/Clarion-Extension;Perf CRITICAL: hover freezes the editor 40-90s on a large program file - unbounded include-chain walks (type + procedure)
bugSomething isn't workingSomething isn't workingStatus: Open.#361 In msarson/Clarion-Extension;Perf CRITICAL: F12 (onDefinition) took 54s with a 38s synchronous event-loop freeze on the real solution
bugSomething isn't workingSomething isn't workingStatus: Open.#360 In msarson/Clarion-Extension;Perf: switching to a MEMBER tab runs the parent PROGRAM's full validation concurrently with the member's - two heavy passes fight
enhancementNew feature or requestNew feature or requestStatus: Open.#359 In msarson/Clarion-Extension;Perf: undeclaredVar 24s / RVD 7s on a large program file - chain-index cold build + 51 unfiltered template-equate candidates
enhancementNew feature or requestNew feature or requestStatus: Open.#358 In msarson/Clarion-Extension;Design: startup I/O schedule - sequential background lane + RED-shape freshness tiers (stop paying per-file verification on every start)
enhancementNew feature or requestNew feature or requestStatus: Open.#357 In msarson/Clarion-Extension;Perf follow-up: sweep remaining ungated hot-path logging (DocumentStructure has 38 per-token template-literal log sites)
enhancementNew feature or requestNew feature or requestStatus: Open.#354 In msarson/Clarion-Extension;- Status: Open.#325 In msarson/Clarion-Extension;
- Status: Open.#316 In msarson/Clarion-Extension;
Architecture: heavy indexing must be off-thread, persisted, or lazy — never on the LSP main thread
enhancementNew feature or requestNew feature or requestStatus: Open.#295 In msarson/Clarion-Extension;Refactor: Extract selection into a new ROUTINE (CodeRush-inspired)
enhancementNew feature or requestNew feature or requestStatus: Open.#286 In msarson/Clarion-Extension;Refactor: Sort MAP procedures / CLASS method declarations alphabetically (CodeRush-inspired)
enhancementNew feature or requestNew feature or requestStatus: Open.#283 In msarson/Clarion-Extension;