Closed dkBrazz closed 11 months ago
It has become a usual practice for modern IDE to automatically add closing quota/bracket/etc. while keeping the cursor between them
when I type in Query userId = ' it should be changed to userId = '|' where | is the position of the cursor
userId = '
userId = '|'
|
No response
Thanks for the suggestion. I will add it in the next version.
Is your feature request related to a problem?
It has become a usual practice for modern IDE to automatically add closing quota/bracket/etc. while keeping the cursor between them
Describe the solution you'd like
when I type in Query
userId = '
it should be changed touserId = '|'
where|
is the position of the cursorAdditional context
No response