Yes. A good editor should let you navigate the code with mouse-clicks and/or keyboard shortcuts. It is worth getting one.
It is worth also having full-text-search, either command line grep -R, or something else. For example you may want to find all the places that call get_records_sql to see examples of how it is used.
It is worth also having full-text-search, either command line grep -R, or something else. For example you may want to find all the places that call get_records_sql to see examples of how it is used.