Replies: 1 comment
-
I think the available options are just right for the use case. DevDb, by nature of being a VS Code extension, should be very lightweight and non-resource gulping. Setting an infinite upper bound to number of items that can be shown at once, I think, is not a good move because of this very point of the need to be lightweight. However, for the sake of skipping ahead to items further down the list, I'll recommend using the pagination feature, as that allows you to jump to an arbitrary page. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
the most items could be shown at once is 50 only, if it possible to give more options, or user defined number ~
Beta Was this translation helpful? Give feedback.
All reactions