When selecting a Method from an intellisense member listbox, the cursor is always placed in the parameter list.
If the method has no arguments (and there are no overloaded versions that may have arguments) then the cursor should be placed after the closing parenthesis.
This feature would allow the programmer to simply carry on with what comes next in their code instead of having to move their hand to access the <End> or <Right Arrow> keys.
feline is right. VA X should insert () if the method takes no arguments and "Insert ()" is enabled in our options dialog. This does assume an overloaded version with arguments does not exist.
Ppress ) to overwrite the inserted ) when your caret is between (). More info at: