Cursor [Go to symbol] fail to find the function and class

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:

  1. 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?

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.