I wanted to know what various guidelines state about the usage of this. Sometimes I use “this.” to get the auto popup help versus to make any distinction of the code. I feel this is sorta bad style but can’t say for certain.
What do various C# and .NET style guidelines state about trivial this usage?
(Editors please don’t remove this post. This is a legitimate question because I am phrasing it as what style guidelines state about this and not opinion where style guidelines are formal guidelines, i.e that one can find on the net and are published.)
You can use control space in the editor to pull up the intellisense box. You should reserve using this explicitly to situations where not using it would cause confusion.