I am using vscode python
and pylance extension
. Half a month ago, everything was wonderful, when I typed pandas
without importing it, I can press cmd + .
to show quick fixes but now I cannot. Besides, pylance
says it has an auto import
function, however, it only auto imports anything relates to typing
package.
Should I modify pylance stubpath because now it is default to typing?