FIle Search Widget #14251
-
I have added a widget for file search with basic functionality and ui styles as shown in the attached image But it's not handling the input states as expected i.e search term or file Here I need suggestion , that the filteration must be done among all the existed files. And how can I make this widget to handle the input states ime searchterm |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 8 replies
-
Hey @sowjanyagunupuru, I'm unsure what you want. Can you explain a bit what the search bar should search? Are you expecting it to open something similar to VS Code? |
Beta Was this translation helpful? Give feedback.
I see. You can use the
QuickInputService#open
method by injecting an instance ofQuickInputService
to achieve that. That should automatically open this exact popup.