You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 19, 2024. It is now read-only.
I noticed a while that code blocks on datatips (hover to type/ hover to doc) doesn't highlight like RLS since I started using RA. Maybe it's possible to look into that since RA became the official LS.
The text was updated successfully, but these errors were encountered:
Yep this isn't ideal. rust-analyzer uses a different (also valid) way to provide this as markdown, whereas RLS would send sort of {lang:"rust", text: "let foo = 123"} kind of thing.
r.a is sending something like {markdown:```rust\nlet foo = 123\n```}. This is supported, I'm not sure why atom isn't using the indicated syntax highlighting. It'll need to be investigated in atom-languageclient.
I'll raise an issue with main branch, I was going to provide an LSP message example. In general I want to try to work with the semi-dead upstream as much as I can, ie I have prs for all my patches.
Uh oh!
There was an error while loading. Please reload this page.
I noticed a while that code blocks on datatips (hover to type/ hover to doc) doesn't highlight like RLS since I started using RA. Maybe it's possible to look into that since RA became the official LS.
The text was updated successfully, but these errors were encountered: