Raoul Wols

Results 283 comments of Raoul Wols

Might need an issue in the rust-analyzer repo. Though I'm no rust expert.

Already here I guess https://github.com/rust-analyzer/rust-analyzer/issues/4712

Are you opening ST4 from within the WSL2 environment? If so, can you open the console with View > Show Console and run the following in the console: `view.file_name()`

I guess WSL2 path handling is broken (did that ever work?). I would suggest you open the folder from ST4 started in a regular Windows environment.

Works fine here. This sounds like something Cargo-specific.

@artofhuman you seem to be using macOS. Sublime uses a specific file of your default shell to determine the right $PATH for that OS. See: https://lsp.sublimetext.io/troubleshooting/#updating-the-path-used-by-lsp-servers

There is a protocol extension that rust-analyzer defined where the text edits can contain snippet syntax. Perhaps it uses that?

Most likely the logic for terminus doesn’t work anymore since updating to py 3.8

2500 is still way too much completions IMO. The server should do something more clever and sort by "best" 200, and set `isIncomplete` to `true`. I have a feeling the...

Sounds like a job for a Build System? https://www.sublimetext.com/docs/build_systems.html