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 Configurable Option to Exclude Trigger Characters for Typing Assists #18522

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

tareknaser
Copy link
Contributor

This PR addresses #16084 by adding a new configuration option: rust-analyzer.typing.excludeChars.

cc: @darichey

Changes

  • Added rust-analyzer.typing.excludeChars configuration.
    • Defaults to None, meaning all trigger characters (.=<>{() are active by default.
    • Users can specify a string of characters to exclude from triggering assists.
  • Updated documentation and configuration schema to reflect this new option.

@rustbot rustbot added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Nov 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants