AntonShuvaev / intellij-dynamodb

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

Quick Search in the Table Browser #52

Closed dkBrazz closed 9 months ago

dkBrazz commented 10 months ago

Is your feature request related to a problem?

From time to time I need to search for some text in the filtered result in the Table Browser, and the only possibility is to switch to json view which is not always convenient for tables with many columns

Describe the solution you'd like

Quick Search approach similar to how it is done in the DataGrip by Cmd+F

Additional context

No response

AntonShuvaev commented 10 months ago

Thank you for your feedback. You can currently initiate a search by typing when the table is focused and navigate through the occurrences using the up/down arrow keys. However, I understand it's not as convenient since only the selected occurrence is highlighted. Implementing a feature similar to DataGrip's Cmd+F would indeed be better. I will do it in future versions.