Skip to content
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

Open
stayfool opened this issue Mar 8, 2018 · 4 comments
Open

cursor scroll to top after each dependency selected #49

stayfool opened this issue Mar 8, 2018 · 4 comments
Milestone

Comments

@stayfool
Copy link

stayfool commented Mar 8, 2018

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。

image

@Eskibear
Copy link
Member

Eskibear commented Mar 8, 2018

@stayfool
Yes, it would be better.

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.

@stayfool
Copy link
Author

stayfool commented Mar 9, 2018

@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.

@Eskibear
Copy link
Member

Eskibear commented Mar 9, 2018

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.

@Eskibear
Copy link
Member

VSCode added native checkbox style QuickPick API in v1.22.2.

It's doable now. Tracked in #54 .

@Eskibear Eskibear added this to the Backlog milestone Apr 18, 2018
@Eskibear Eskibear self-assigned this Apr 18, 2018
@Eskibear Eskibear removed their assignment Jun 13, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants