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
Perhaps it is something already existing and I don't know how to use them, but I was thinking to add the following feature.
Imagine that you are working on a certain area of your code (say around line 1000).
Then you realize that the the changes you are doing affect the code elsewhere (say around line 500), but then you have to make another change around line 200.
On your way back, you may have forgotten where you were, so it could be useful to add some sort of marker so you can easily find your way back. I am aware of Alt + arrows feature, which is handy, but having the opportunity of adding markers would be even better.
At the moment I am using the debuggers "red dots" to mark where I was.
By adding a debugger point, I have a cyan mark on the scroll window, that help me to remember where I was.
The problem is that the debugger dots disappear on save along with the cyan markers.
The text was updated successfully, but these errors were encountered:
Perhaps it is something already existing and I don't know how to use them, but I was thinking to add the following feature.
Imagine that you are working on a certain area of your code (say around line 1000).
Then you realize that the the changes you are doing affect the code elsewhere (say around line 500), but then you have to make another change around line 200.
On your way back, you may have forgotten where you were, so it could be useful to add some sort of marker so you can easily find your way back. I am aware of Alt + arrows feature, which is handy, but having the opportunity of adding markers would be even better.
At the moment I am using the debuggers "red dots" to mark where I was.
By adding a debugger point, I have a cyan mark on the scroll window, that help me to remember where I was.
The problem is that the debugger dots disappear on save along with the cyan markers.
The text was updated successfully, but these errors were encountered: