kufii / CodeSnap

📸 Take beautiful screenshots of your code in VS Code!
https://marketplace.visualstudio.com/items?itemName=adpyke.codesnap
508 stars 67 forks source link

[Feature request] sticky scroll - showing the scope of the selected code block #142

Open AndrewBasem1 opened 9 months ago

AndrewBasem1 commented 9 months ago

I think having the option to toggle showing the scope of the code block selected (highlighted) would be very nice.

Consider the following screenshot: image

The code block I highlighted (lines 460-466) is within a class called uuidInvoicesMapper and within a method of that class called _map_active_invoice_to_active_installments.

vscode naturally has the option to toggle sticky scroll

the current generated image looks like this: image

The image I want should look something like this: image

Unfortunately I'm not good with javascript so I can't help with this feature :broken_heart: