As in MS Visual Studio, I would like to bookmark some piece of code in a Delphi program and I can't find it in the IDE. With it, I'll be able to find back a piece of code and switch between different files without loosing the exact line where I was working for.
Is it possible within Delphi 7 ?
Delphi offers up to 10 bookmarks, labeled with the numerals 0–9. You can place or remove them in your code by right-clicking a line and choosing the "Toggle Bookmark" menu option, or by using the Ctrl+Shift+⟨#⟩ keyboard shortcut. Navigate to an already-placed bookmark by right-clicking and using the "Go to bookmark" menu item, or the Ctrl+⟨#⟩ keyboard shortcut.
The documentation has some more details on the subject.