bazelbuild / vscode-bazel

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

feat: Support completion of external targets #307

Open kon72 opened 8 months ago

kon72 commented 8 months ago

This change enables the target completion to work with 1) rules defined in external repositories:

and 2) repository names:

Depends on #306