cameron-martin / bazel-lsp

A language server implementation for Bazel
Apache License 2.0
41 stars 2 forks source link

Go to definition on files #30

Closed cameron-martin closed 7 months ago

cameron-martin commented 7 months ago

If a string is a valid file, go to definition should go to it. This will mean that you can jump to files in srcs, hdrs, etc.

Related: https://github.com/bazelbuild/vscode-bazel/issues/238

cameron-martin commented 7 months ago

This already seems to work actually.