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

Allow verible.filelist per GitHub submodule #2290

Open
thomas-woehrle opened this issue Nov 11, 2024 · 0 comments
Open

Allow verible.filelist per GitHub submodule #2290

thomas-woehrle opened this issue Nov 11, 2024 · 0 comments
Labels
language-server Language server related issues

Comments

@thomas-woehrle
Copy link

A couple of questions first

  • Your IDE/editor (e.g. vscode, emacs,...) you use with verible LSP: VScode
  • IDE version: 1.95.2
  • What other SystemVerilog plugins are active alongside: Verilog Hightlight. Source: https://github.com/tzyLee/verilog-highlight

What activity failed
(what functionality did not work as expected (e.g. Linting, Formatting, AUTO-expansion, go-to-definition, outline, hover,...)
go-to-definition
Expectation
I have a repository with git submodules. Each submodule has its own verible.filelist file. When working in my repository, I would want to go-to-definition on the basis of the verible.filelist of the git submodule which a file is part of.
What actually happened
No go-to-definition via cmd-click is possible. Presumably because verible language server only takes into account the verible.filelist file in the root of the project, but not the verible.filelist files in the roots of the git submodules.

@thomas-woehrle thomas-woehrle added the language-server Language server related issues label Nov 11, 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