I often use the keyboard shortcut F12
(I’m not sure on the official command name) to goto the definition of something. The problem is, in our large codebase there are often name collisions and Sublime just doesn’t know where to go, so instead it provides me with a helpful dropdown.
Sometimes this dropdown is quite extensive, and I’ll put the effort in to finding the reference I’m really interested in. However if I come to do the same thing a little later, I have to go find the same definition.
It would be really nice if Sublime could somehow remember my selection, so that next time I goto the definition it jumps to the same place as before, so over time it slowly becomes more aware of my project.