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
How to obtain all symbol tables through textDocumentSymbol request?
I found that when sending a textDocumentSymbol request using the following example, the returned symbols only contain A and b. And a and c is not included. Example
moduleA(input a);
reg b;
input c;
endmodule;
The text was updated successfully, but these errors were encountered:
Describe the question
How to obtain all symbol tables through textDocumentSymbol request?
I found that when sending a textDocumentSymbol request using the following example, the returned symbols only contain A and b. And a and c is not included.
Example
The text was updated successfully, but these errors were encountered: