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

Do not mark interpolation tokens as strings in C# #232772

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

Conversation

dibarbet
Copy link
Member

@dibarbet dibarbet commented Oct 31, 2024

Resolves dotnet/vscode-csharp#5297

Mark code inside interpolated strings in C# as 'other' to avoid them being considered as strings. This ensure the C# ext will get called to provide completions inside the curly braces. See also #196725

completion_interpolation

image

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

Successfully merging this pull request may close these issues.

Intellisense inside interpolated strings does not appear in some cases
3 participants