Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for Rust Analyzer #56

Open
londospark opened this issue Apr 30, 2023 · 1 comment
Open

Add support for Rust Analyzer #56

londospark opened this issue Apr 30, 2023 · 1 comment

Comments

@londospark
Copy link

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?

@vldm
Copy link

vldm commented May 6, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants