Vscode-bookmarks: [FEATURE] - drag & reorder in side bar

Created on 23 Jan 2021  路  6Comments  路  Source: alefragnani/vscode-bookmarks

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.

depends on enhancement side bar

All 6 comments

Hi @LighghtEeloo ,

Unfortunately, there is no API available for drag and drop. There is an open issue asking for this on VSCode repo https://github.com/microsoft/vscode/issues/32592, but no ETA.

Hope this helps

Thank you @alefragnani .

Sorry I didn't expect it to be such an impossible task. >_<
I guess we'll have to wait then.

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鈥檓 glad to know you like the extension. It鈥檚 one of my favorites 馃槵

Thank you

Hi @LighghtEeloo ,

Instead of drag and drop, wouldn鈥檛 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.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

longv2go picture longv2go  路  6Comments

versionsix picture versionsix  路  4Comments

pankajpatel picture pankajpatel  路  6Comments

eamodio picture eamodio  路  5Comments

ghost picture ghost  路  5Comments