Is your feature request related to a problem? Please describe.
Consistent usage of this pointer to make code better.
Describe the solution you'd like
Similar to R# feature checking either if "this"-pointer is used everywhere (when setting says this. has to be used) or some common naming pattern is applied for member fields (e.g. **m_**myField),
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Compare to JetBrain's ReShaper (aka R#).
Is your feature request related to a problem? Please describe.
Consistent usage of this pointer to make code better.
Describe the solution you'd like
Similar to R# feature checking either if "this"-pointer is used everywhere (when setting says this. has to be used) or some common naming pattern is applied for member fields (e.g. **m_**myField),
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Compare to JetBrain's ReShaper (aka R#).