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 string to NameOf option in intellisense #74079

Open
vsfeedback opened this issue Jun 20, 2024 · 0 comments
Open

Add string to NameOf option in intellisense #74079

vsfeedback opened this issue Jun 20, 2024 · 0 comments

Comments

@vsfeedback
Copy link

This issue has been moved from a ticket on Developer Community.


As a person working with older code, I often find code like:
NotifyPropertyChanged("ShowPartNumberFilter")

Having IntelliSense recommend, and give the ability to change the code to the below would be a time saver:
NotifyPropertyChanged(NameOf(ShowPartNumberFilter))

I can see this as a quick action, as well as a message in the Error List, and a code clean up option.


Original Comments

Feedback Bot on 6/13/2024, 10:39 PM:

(private comment, text removed)

@dotnet-issue-labeler dotnet-issue-labeler bot added Area-IDE untriaged Issues and PRs which have not yet been triaged by a lead labels Jun 20, 2024
@Cosifne Cosifne removed the untriaged Issues and PRs which have not yet been triaged by a lead label Jul 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants