withered-magic

Results 27 comments of withered-magic

Came across this thread and I wanted to share an implementation of a [Starlark LSP](https://github.com/withered-magic/starpls) I've been working on to learn Rust! I decided to pick this up after realizing...

On the topic of having a Bazel-first LSP, something that I've been getting to work in [my implementation](https://github.com/withered-magic/starpls), and something that could potentially be managed through this extension, is using...

I'm actually not super familiar with WASM but my understanding is that it enforces some sandboxing type of functionality where your WASM program doesn't have access anymore to things like...

Came across this thread and wanted to share an implementation I ended up starting here! https://github.com/withered-magic/starpls It's still in a rough WIP state, but it does support things like completions,...

Ah I did see that one! I did an evaluation of it before working on my implementation, but I noticed that it was geared a bit more towards completion/goto-definitions for...

@sgowroji Any pointers on getting CI to pass? Looks like a potential flake but I can't see the retry button in the usual place in the Buildkite UI.

Yep, functionality will probably only work across the current workspace (and maybe any external repo files that you currently have open) Initial implementation will probably look similar to this: https://rust-analyzer.github.io/blog/2019/11/13/find-usages.html

Hmm, do you know what your indentation settings are for your editor, of if the indentation in the example is mixed (e.g. tabs for one line and spaces for another)?...

Thank you! I use WSL2 but not with CRLF line endings so admittedly haven't actually tested this too much 😅 I'll try to have a fix out soon, should be...