You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add keyword completion provider and incremental scan progress
- Add LsdynaKeywordCompletionProvider triggered by '*' character
- Add onProgress callback to projectIndexer.buildProjectIndex()
- Update scanWorker to send throttled progress messages to parent
- Update workerPool to forward progress messages via callback
- Update projectIndexLoader to pass through onProgress option
- Add SCAN_PROGRESS_NOTIFICATION protocol for server→client progress
- Update requestRouter to send progress notifications during indexing
- Update indexClient.loadProjectSnapshot to accept onProgress option
- Wire scan progress event to includeTreeProvider and keywordIndexProvider
- Both tree providers now show real-time scan progress in notification
- Add tests for keyword completion and progress callback
0 commit comments