-
-
Notifications
You must be signed in to change notification settings - Fork 163
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
[FEATURE] - drag & reorder in side bar #378
Comments
Hi @LighghtEeloo , Unfortunately, there is no API available for drag and drop. There is an open issue asking for this on VSCode repo microsoft/vscode#32592, but no ETA. Hope this helps |
Thank you @alefragnani . Sorry I didn't expect it to be such an impossible task. >_< But this extension is still very helpful, I've been enjoying it. Thanks! |
No need to be sorry. I agree it is an unexpected limitation, but I think it would be available somewhere in the future. I’m glad to know you like the extension. It’s one of my favorites 😬 Thank you |
Hi @LighghtEeloo , Instead of drag and drop, wouldn’t sorting (#435 ) or grouping (#159 ) be alternatives? |
I agree. That can be a solution. Tired of waiting for vscode team to get the drag and drop done, I think the alternatives aren't bad. Feel free to close. If anything new happens to the API, I'll consider open again. Thank you :-) |
That's great! I'm planning both features for upcoming releases. Stay tuned. |
Drag the side bar files and reorder as in the vscode explorer.
Possible implementation: read from the json file, find the src index, find des index, pop and insert.
Significance: This is very convenient for sorting out the bookmarks.
The text was updated successfully, but these errors were encountered: