You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be beneficial to be able to quickly distinguish whether there is single insertion point (cursor) or if there are multiple of them.
(Yes, this information is currently present in the Overview Ruler to some degree, but FMPoW user must actively look for it.)
Use case: after invoking (e.g.) Select All Occurrences one can easily forget to Esc - cancel multi cursor before continuing to type at "primary" position, effectively overwriting places out of viewport. Then it is necessary to undo those mistypes, cancel multi cursor and start over.
(I feel embarrassed to tell this happens to me on daily basis.)
Related: #58287 - in this context it would be especially beneficial to have the primary ("active") cursor differentiated from regular.
Current state:
Mockup:
Personally I wouldn't mind even swapping editor.cursorStyle: e.g. from line to block for primary cursor and to underline for secondary while in multi cursor mode.
The text was updated successfully, but these errors were encountered:
It would be beneficial to be able to quickly distinguish whether there is single insertion point (cursor) or if there are multiple of them.
(Yes, this information is currently present in the Overview Ruler to some degree, but FMPoW user must actively look for it.)
Use case: after invoking (e.g.) Select All Occurrences one can easily forget to Esc - cancel multi cursor before continuing to type at "primary" position, effectively overwriting places out of viewport. Then it is necessary to undo those mistypes, cancel multi cursor and start over.
(I feel embarrassed to tell this happens to me on daily basis.)
Related: #58287 - in this context it would be especially beneficial to have the primary ("active") cursor differentiated from regular.
Current state:

Mockup:

Personally I wouldn't mind even swapping
editor.cursorStyle
: e.g. fromline
toblock
for primary cursor and tounderline
for secondary while in multi cursor mode.The text was updated successfully, but these errors were encountered: