Skip to content

Output blank — no indexing logs; no auto full indexing even with enableIncrementalIndexing: false #260

@chethan220

Description

@chethan220

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions