-
Notifications
You must be signed in to change notification settings - Fork 30k
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
Implement tree type-navigation support #64233
Comments
check out this https://github.com/Microsoft/vscode/blob/8ff7181ee758ebf391954ffe802bda59e372f3c3/src/vs/platform/list/browser/listService.ts#L710 and the beefy part which is this: https://github.com/Microsoft/vscode/blob/8ff7181ee758ebf391954ffe802bda59e372f3c3/src/vs/platform/list/browser/listService.ts#L667. Trick is to redirect the key event, while its down, to an input box |
Thanks! Edit: links are broken tho :P |
Needed to push |
@joaomoreno Cool feature, but the name |
Went with |
A tree should be navigable by typing letters which match the row labels, similarly to file explorers.
cc @weinand @isidorn @sandy081 @jrieken
The text was updated successfully, but these errors were encountered: