sublimelsp / LSP-rust-analyzer

Convenience package for rust-analyzer
MIT License
69 stars 11 forks source link

Update Rust Analyzer to 2023-05-15 #93

Closed azriel91 closed 1 year ago

azriel91 commented 1 year ago

Heya, the 2023-01-30 version of rust analyzer isn't able to expand proc macros.

I've updated the rust-analyzer tag, but haven't gone through all of the settings diff -- I'm not sure how to update sublime-package.json (do you copy all of the RA properties as is?).

Sublime also began showing an error message when you code complete object.method, because RA now sends a triggerParameterHints command. I don't know whether returning True is the right thing to do, but it seems to be, based on:

predragnikolic commented 1 year ago

Thanks for the PR!