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

bugfix: Add backticks for inferred type when needed #6621

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

Conversation

tgodzik
Copy link
Contributor

@tgodzik tgodzik commented Jul 25, 2024

The only problem with this PR is that sometimes we will add backticks to param names if named the same as soft keywords, though this will only be seen in hover or completion signature.

Fixes #2496

@tgodzik tgodzik force-pushed the fix-backticks branch 4 times, most recently from b991a50 to a0b094c Compare July 25, 2024 18:04
The only problem with this PR is that sometimes we will add backticks to param names if named the same as soft keywords, though this will only be seen in hover or completion signature.
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.

InferredTypeAction does not work with backticked types
1 participant