bazel-contrib / vscode-bazel

Bazel support for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=BazelBuild.vscode-bazel
Apache License 2.0
245 stars 79 forks source link

Linkify files/targets in BUILD files #238

Open pappy74 opened 3 years ago

pappy74 commented 3 years ago

Make Cmd-click on a filename (eg in srcs) open the file. And similarly, have a Bazel target name (eg in deps) link to the target in the appropriate BUILD file (if it's in the workspace).

cameron-martin commented 8 months ago

Shameless plug: Both of these things should work in bazel-lsp