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

Improve rust-analyzer support #20

Merged
merged 1 commit into from
Dec 9, 2024

Conversation

davidsemakula
Copy link
Contributor

@davidsemakula davidsemakula commented Dec 9, 2024

Description

Enables IDE features (e.g. completions, go to definition e.t.c) for internal compiler crates in rust-analyzer.

Fixes # (issue)
N/A

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • API change with a documentation update
  • Additional test coverage
  • Code cleanup or just keeping up with the latest Rustc nightly

N/A - Just a Cargo.toml config change.

How Has This Been Tested?

N/A

Checklist:

  • Fork the repo and create your branch from main.
  • If you've added code that should be tested, add tests.
  • If you've changed APIs, update the documentation.
  • Ensure the test suite passes.
  • Make sure your code lints.

@hermanventer
Copy link
Collaborator

Great, thank you for doing this.

@hermanventer hermanventer merged commit 270643b into endorlabs:main Dec 9, 2024
6 checks passed
@davidsemakula davidsemakula deleted the rust-analyzer-config branch December 9, 2024 17:58
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

Successfully merging this pull request may close these issues.

2 participants