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
From selected selectedWord in an editor (with LSP4E language config and bracket insertion enabled)
I type ( (or any single char what is matching one of the declared opening brackets)
EXPECTED: (selectedWord), wrapped with the brackets
GOT: ( word lost
The expected behavior is often more convenient and is used by some other code editors. The "legacy" behavior would only require user to type "DEL" before inserting there bracket, which isn't too much of a pain and seems minor compared to the comfort of the proposed behavior.
From selected
selectedWord
in an editor (with LSP4E language config and bracket insertion enabled)I type
(
(or any single char what is matching one of the declared opening brackets)EXPECTED:
(selectedWord)
, wrapped with the bracketsGOT:
(
word lostThe expected behavior is often more convenient and is used by some other code editors. The "legacy" behavior would only require user to type "DEL" before inserting there bracket, which isn't too much of a pain and seems minor compared to the comfort of the proposed behavior.
This echoes eclipse-platform/eclipse.platform.ui#865
The text was updated successfully, but these errors were encountered: