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

Code fix to add 'readonly' to an existing member #34648

Closed
RikkiGibson opened this issue Apr 1, 2019 · 1 comment
Closed

Code fix to add 'readonly' to an existing member #34648

RikkiGibson opened this issue Apr 1, 2019 · 1 comment
Assignees
Labels
Area-IDE Feature Request help wanted The issue is "up for grabs" - add a comment if you are interested in working on it IDE-CodeStyle Built-in analyzers, fixes, and refactorings
Milestone

Comments

@RikkiGibson
Copy link
Contributor

Possible scenarios where should be suggested:

  • Declaration of a non-readonly method where the IDE determines that adding 'readonly' would be legal.
  • Call site where the receiver is ref readonly and adding 'readonly' to the member would be legal.
@RikkiGibson RikkiGibson self-assigned this Apr 1, 2019
@jinujoseph jinujoseph added Feature Request help wanted The issue is "up for grabs" - add a comment if you are interested in working on it IDE-CodeStyle Built-in analyzers, fixes, and refactorings labels Apr 3, 2019
@jinujoseph jinujoseph added this to the 16.1 milestone Apr 3, 2019
@jinujoseph jinujoseph modified the milestones: 16.1, 16.2 Apr 24, 2019
@jinujoseph jinujoseph modified the milestones: 16.2, 16.3 Jun 24, 2019
@jcouv jcouv modified the milestones: 16.3, Compiler.Next Jul 10, 2019
@CyrusNajmabadi
Copy link
Member

We already ahve a feature for this. Closing this out as complete.

@sharwell sharwell moved this to Need Update in IDE: Design review Aug 22, 2023
@CyrusNajmabadi CyrusNajmabadi moved this from Need Update to Complete in IDE: Design review Oct 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-IDE Feature Request help wanted The issue is "up for grabs" - add a comment if you are interested in working on it IDE-CodeStyle Built-in analyzers, fixes, and refactorings
Projects
Status: Complete
Development

No branches or pull requests

4 participants