Skip to content

edit python code, can not jump to definition #68753

@hehaorong

Description

@hehaorong

i just use vs code edit python code, however, this editor is not good for use.

my code just like that:
import os
import sys
import psutil

if name == "main":
print("hello, world.")

the mouse move to string 'psutil', and press ctrl+left, the progress bar runing but it can't jump to definition while waiting for a long time, then, i press 'run code' button to run program without any effect.

i guess vscode start 'Microsoft Windows Search' to find the label's definition, if this process running, i can't run my python program yet.
i wanna to know, how can i run my program?

Metadata

Metadata

Assignees

No one assigned

    Labels

    *caused-by-extensionIssue identified to be caused by an extension

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions