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

Tasks inside current file does not show up in the workspace symbol list #2143

Open
Idaben opened this issue Mar 12, 2024 · 0 comments
Open
Labels
language-server Language server related issues

Comments

@Idaben
Copy link

Idaben commented Mar 12, 2024

Environment

  • Neovim 0.9
  • I am also running treesitter-verilog alongside the verible suite

Summary

  • Displaying the list of workspace symbols in a file will show all the variables, namespace and functions names, but not tasks.

Details

  • I haven't tested in other scenarios yet, but I mostly work with UVM. Thus classes will have methods that are both functions and tasks, running ":Telescope lsp_workspace_symbols" will show me the list of all the symbols in the file (names of variables, functions and namespace) but for some reason the task declared in the same file are not shown, is this an expected behavior?
@Idaben Idaben added the language-server Language server related issues label Mar 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
language-server Language server related issues
Projects
None yet
Development

No branches or pull requests

1 participant