Question Go into last quotation marks

Momo94

New member
Joined
Mar 7, 2010
Messages
1
Programming Experience
1-3
Hello,

recently I saw a video on youtube concerning FileSystemWatcher (yes, don't laugh). The guy has shown the IDE.
Then he typed (name of called sub is irrelevant):

GetFolderName("")

His cursor was at the right side of the last bracket.
Then suddenly it was between quotation marks.
I think he had a shourtcut for this. But which one?
Is it anyting like a macro to position the cursor beside a special charackter?

Thank you

Momo
 
There is special behaviour for Ctrl+arrows that is similar to that, but it is possible what you saw was due to missing/compressed frames in video. There could be IDE tools/macros that provide extended code editor features, I've also seen things like this in video tutorials that seemed like shortcuts of some kind.
 
Back
Top