ios - How to move cursor in Xcode smoothly? -
for example below gif
first type ql1("") , cursor's position locate after double quotes
then how move cursor's position between double quotes?
i know can use arrow key,but don't want move hand on keyboard
so there have convenient way move cursor?
just can press tab move cursor different parameter
you don't need anything. xcode automatically putting that.
- just put single double quote(")
- write whatever want write
- press next arrow key (->) , second single double quote(") automatically added.
hope helps!

Comments
Post a Comment