Feature Request: Auto Completion of Fields Should Set Scope
When writing new fields like:
object _syncRoot = new |
where | is the cursor, I can hit either Shft-Space or Shft-Ctrl-Enter to
auto complete the statement. This is great, etc that the completed
statement is now:
object _syncRoot = new object();I then need to add the
privatemanually (or, as I normally do, backspace over the semicolon and type it in again so that the scoping is set for me!). I would be great if I hit Shft-Ctrl-Enter it would add the private automatically:
private object _syncRoot = new object();]]>
Thanks,
David
Please sign in to leave a comment.