Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
bahua129047yJust add a comment with whatever identifying text you want, and when you come back you can get back to that point with a simple text search.
-
This is a thing too in vim. It even allows global bookmarks so it saves which file it's in and is accessable from anywhere.
-
Collie3997y@AboMahdi Is it not implied that you continue to hold down Ctrl when dealing with keyboard shortcuts?
-
XPoint52867y@Collie
There are shortcuts like collapsing the code
That you can perform using
"ctrl + m", "o" or
"ctrl + m", "ctrl + o"
So there is another possibility
So I had to specify -
Root825577y@bahua This is what I do.
All my special comments start with two hashes, have one or more type marks, and a comment.
E.g.
##! This will break if (other condition) happens.
##+ Add (minor feature) here
##-? This probably isn't needed any longer.
##? Will this still behave correctly if (blah blah)?
I often use grep to find all instances of these.
Related Rants
Discovered that its possible to bookmark places in code for easy access.
My whole life has been a lie so far.
rant
editor
bookmark
code
sublime