Output > SystemVerilog is always completely blank (no logs at startup/reload).
No automatic workspace indexing happens. Symbols only index when I open files (incremental behavior), even though I set:
"systemverilog.enableIncrementalIndexing": false
UVM symbols mostly missing until files opened → Go to Definition/autocomplete incomplete.
Settings used:
"systemverilog.enableIncrementalIndexing": false,
"systemverilog.documentSymbolsPrecision": "full_no_references",
"systemverilog.maxLineCountIndexing": 10000,
"systemverilog.parallelProcessing": 10,
"systemverilog.includeIndexing": ["/.{sv,v,svh,vh,svi,svp,pkg}", "UVM//*.{sv,svh,vh,v,svp,pkg}"]
Extension v0.13.11, large workspace with full UVM.
Want: full indexing starts automatically on load/reload + visible progress in Output panel (even if slow).
Thanks!
Output > SystemVerilog is always completely blank (no logs at startup/reload).
No automatic workspace indexing happens. Symbols only index when I open files (incremental behavior), even though I set:
"systemverilog.enableIncrementalIndexing": false
UVM symbols mostly missing until files opened → Go to Definition/autocomplete incomplete.
Settings used:
"systemverilog.enableIncrementalIndexing": false,
"systemverilog.documentSymbolsPrecision": "full_no_references",
"systemverilog.maxLineCountIndexing": 10000,
"systemverilog.parallelProcessing": 10,
"systemverilog.includeIndexing": ["/.{sv,v,svh,vh,svi,svp,pkg}", "UVM//*.{sv,svh,vh,v,svp,pkg}"]
Extension v0.13.11, large workspace with full UVM.
Want: full indexing starts automatically on load/reload + visible progress in Output panel (even if slow).
Thanks!