vscode python debug:如何隐藏未使用的东西?

问题描述

我的示例代码是:

import collections
import itertools
import sys
import heapq

from collections import *
from math import *
from bisect import *
from heapq import*
from typing import *

i = 1
pass

在调试过程中,观察:

enter image description here

期望: 只显示 i,因为其他人没有使用。

谢谢。

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)