Hello. I have an annoyance with cursor, that I think would be solved with a very simple experience enhancement.
If I am in a file, add a CTRL+shift+P command (include file to context), which permanently links a file to a given ‘other file’
Example. In an MVC project, you often have the model in your mental scope, but when you open only a given controller, cursor often doesn’t remember all the model methods.
If i could just include the related files in some kind of linked scope, it would really enhance my expeirenec.
As it is, I have to have a separate tab open with the model, even if I am not coding in it.