syn-rsx icon indicating copy to clipboard operation
syn-rsx copied to clipboard

Add support for Rust Analyzer

Open londospark opened this issue 2 years ago • 1 comments

Would it be possible to add support for the kinds of macro that can be parsed by syn-rsx to rust analyzer to give a better IDE experience?

londospark avatar Apr 30 '23 22:04 londospark

Hi, i am working on my fork of syn-rsx, with aim to this feature. Could you please provide more info to the issue (maybe some screenshots from macro usage), so i can check is it already work on my fork, as it expected.

Example of completely broken rust+html syntax (unparsable expressions, broken tags) that still provide basic support of ra:

  1. completion
  2. symantic highlight
Example of completion with broken html tree

In terminal it also provide note to make errors more clear Example of note in terminal output

vldm avatar May 06 '23 10:05 vldm