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

Parameter symbol is missing from completions in primary constructor string interpolation expression #77077

Open
Peter-Juhasz opened this issue Feb 6, 2025 · 2 comments
Labels
Area-IDE untriaged Issues and PRs which have not yet been triaged by a lead

Comments

@Peter-Juhasz
Copy link

Version Used: VS 17.13 P5

Steps to Reproduce:

20250206-1009-12.5615177.mp4
public class HttpProxyException(HttpStatusCode statusCode, string? reasonPhrase) : HttpRequestException(
	httpRequestError: HttpRequestError.ProxyTunnelError,
	message: $"Proxy tunnel error: {$$} {reasonPhrase}",
	statusCode: statusCode
);

Diagnostic Id:
Not applicable.

Expected Behavior:
statusCode parameter is listed among completions just like reasonPhrase, or in the argument expression below.

Actual Behavior:
statusCode parameter is missing from completions.

@dotnet-issue-labeler dotnet-issue-labeler bot added the untriaged Issues and PRs which have not yet been triaged by a lead label Feb 6, 2025
Copy link

I couldn't figure out the best area label to add to this issue. If you have write-permissions please help me learn by adding exactly one area label.

1 similar comment
Copy link

I couldn't figure out the best area label to add to this issue. If you have write-permissions please help me learn by adding exactly one area label.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-IDE untriaged Issues and PRs which have not yet been triaged by a lead
Projects
None yet
Development

No branches or pull requests

2 participants