JetBrains / JetBrains/resharper-unity
"To property with serialized backing field" context action should be available inside serializable classes
- Dominant language
- C#
- Stars
- 1.2k
- Forks
- 142
- PR merge metrics
- No merged PRs in 30d
Description
The "To property with serialized backing field" context action should be available on auto properties inside a class that is marked as `[Serializable]`. Currently, it is only available on Unity derived types such as `MonoBehaviour` and `ScriptableObject`
Contributor guide
Research direction
The issue names no files, tests, or implementation entry points. Locate the context action for converting auto properties to serialized backing fields, then inspect how Serializable classes are detected alongside MonoBehaviour and ScriptableObject; done means the action appears for eligible properties inside [Serializable] classes without regressing existing Unity-derived types.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp, unity
- Domain
- devtools, game-dev
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100