zowe / zowe-explorer-intellij

IntelliJ Zowe Plug-in that provides possibility to interact with z/OS features. Has Zowe Kotlin SDK as it's core to interact
Eclipse Public License 2.0
10 stars 4 forks source link

Remove (or make configurable) the limit of the returned data set list items in file explorer. #72

Closed ivanfiorentini closed 1 year ago

ivanfiorentini commented 2 years ago

The dataset list item numbers appears to be limited to the BATCH_SIZE (in RemoteBatchedFileFetchProviderBase.kt) hard-encoded value; this is a very annoying limitation and the limit should be removed or made configurable to improve the usability.

KUGDev commented 2 years ago

Hello @ivanfiorentini Looking into this

KUGDev commented 2 years ago

@ivanfiorentini What about the BATCH_SIZE - we are investigating this It was implemented for such reasons as loading a large number of dataset names, which was sticking IntelliJ As a temp workaround, you can use direct name or specific dataset name filter to fetch the datasets you need