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

Feature Request: Support configurable inlay hints similar to rust-analyzer #1460

Open
RohanAdwankar opened this issue Jan 30, 2025 · 0 comments

Comments

@RohanAdwankar
Copy link

Currently, users need to use the general VS Code setting editor.inlayHints.enabled to control inlay hints. While this works, having language-specific controls similar to what rust-analyzer provides would be helpful. For example, for rust there is:

    "rust-analyzer.inlayHints.typeHints.enable": false,
    "rust-analyzer.inlayHints.parameterHints.enable": false,
    "rust-analyzer.inlayHints.chainingHints.enable": false,
    "rust-analyzer.inlayHints.closingBraceHints.enable": false,
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

1 participant