Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to obtain all symbol tables through textDocumentSymbol request #2228

Open
wxllllll opened this issue Aug 5, 2024 · 0 comments
Open

How to obtain all symbol tables through textDocumentSymbol request #2228

wxllllll opened this issue Aug 5, 2024 · 0 comments
Labels
rejects-valid syntax If the parser wrongly rejects syntactically valid code (according to SV-2017).

Comments

@wxllllll
Copy link

wxllllll commented Aug 5, 2024

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

module A(input a);
reg b;
input c;
endmodule;
@wxllllll wxllllll added the rejects-valid syntax If the parser wrongly rejects syntactically valid code (according to SV-2017). label Aug 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
rejects-valid syntax If the parser wrongly rejects syntactically valid code (according to SV-2017).
Projects
None yet
Development

No branches or pull requests

1 participant