PTVS icon indicating copy to clipboard operation
PTVS copied to clipboard

Go To All can't find the method where is defined in another project

Open linette-zyy opened this issue 1 year ago • 0 comments

Environment image

Steps to Reproduce 1.Create a solution with 2 Python application projects: ProjectC, ProjectD 2.Type same codes in both python files

def hello():
    pass

3.Menu to navigate to, that Edit > Go To > Go To All

Expected behavior image

Actual behavior image

Additional context and screenshots NOTE: Only when I restart VS, it matches normally gotoall_another_project

linette-zyy avatar Aug 14 '23 08:08 linette-zyy