BYU-Bazel / bazel-ls

A Bazel language server prototype
Apache License 2.0
10 stars 0 forks source link

Source file completion does not seem to be working to source files not directly listed in the BUILD file #145

Closed jasonxris closed 3 years ago

jasonxris commented 3 years ago

Here is an attempt at getting autocomplete to work from root and with a relative path. Neither worked. Package autocomplete only worked until the src package.

I am getting errors from the Code lense file and its use of the document tracker, so that might be the cause. I'll update this issue if i find otherwise.

image

jasonxris commented 3 years ago

image

Package completion on paths not a BUILD package works in the new python example, but source files are not showing up on it either.

Also Different values appear for a relative autocomplete and a root autocomplete.

Relative Path image

Root Path image