5 ms·
It actually does have multi cursor. Try cmd + D to highlight multiple instances of a selected block, just like in sublime.
by renolc 10y ago
It actually does have multi cursor. Try cmd + D to highlight multiple instances of a selected block, just like in sublime.
- cyberferret 10y agoThanks for the additional useful tip. My usage of this feature is usually via 'brute force', i.e. Cmd-click (or Cmd-double click) on multiple points in my code and begin typing. This shortcut will make variable renaming a LOT easier.
- thomasfortes 10y agoMaybe you should also learn that ctrl+k skip one of the selections, so you can rename things and skip the ones that you don't want to change pretty fast when combined with ctrl+d.