-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cursor scroll to top after each dependency selected #49
Comments
@stayfool Currently the checkbox-like behavior is implemented by re-rendering the whole list. For the moment, VSCode doesn't provide API to specify an active item of the list. Any suggestion? BTW, for me, the dependencies I need usually locate in different part of the list, so I'd like to type some keywords to filter the list during selection. |
@Eskibear I don't know much about the implementation of VSCode. Most of the time I know the key dependencies which I need, some extra dependencies is not sure before I see them. |
In one word, the proposed behavior cannot be implemented unless VSCode provide either:
@stayfool We'll keep an eye on VSCode's release plan for the related API. |
VSCode added native checkbox style QuickPick API in v1.22.2. It's doable now. Tracked in #54 . |
After each dependency selected, cursor scroll up to top, if I need more dependency, I have to scroll down over and over, I think this is not a good experience。
The text was updated successfully, but these errors were encountered: