cameron-martin / bazel-lsp

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

feat: Add builtin rules to autocomplete #33

Closed cameron-martin closed 6 months ago

cameron-martin commented 6 months ago

This uses the proto returned from bazel info build-language to autocomplete builtin rules such as cc_library.

Fixes #12.