Hey, when i go through some huge open-source project like VLLM, i need to search for function and class, instead of finding them in the file folder. However, i have trouble using cursor for searching to do this. For example:
- in VLLM project, i open a scheduler.py, there is a class called Scheduler, i use command + T, and enter the scheduler, but it doesn’t work.
2)Also, when i want to search function like step() in llm_engine.py. it still does’t work.
But i find that everything works fine in vscode. maybe there is some bug?