You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think having the option to toggle showing the scope of the code block selected (highlighted) would be very nice.
Consider the following screenshot:
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.
I think having the option to toggle showing the scope of the code block selected (highlighted) would be very nice.
Consider the following screenshot:
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:
The image I want should look something like this:
Unfortunately I'm not good with javascript so I can't help with this feature 💔
The text was updated successfully, but these errors were encountered: