AntonShuvaev / intellij-dynamodb

DynamoDB plugin for Intellij IDEA and other JetBrains IDEs
https://plugins.jetbrains.com/plugin/18896-dynamodb
16 stars 0 forks source link

Automatically add closing quota in Query in Data Browser #53

Closed dkBrazz closed 11 months ago

dkBrazz commented 12 months ago

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 to userId = '|' where | is the position of the cursor

Additional context

No response

AntonShuvaev commented 12 months ago

Thanks for the suggestion. I will add it in the next version.