在vscode里从扩展中搜索安装了pylint,但是光标在错误的地方悬空时没有pylint显示。eg. print “hello” 没加括号,光标停在print上的时候应该有[pylint]跟着错误出现,但是现在没显示。
print “hello”在python2里是正确的语法呀
抱歉 忘记说了 我用的是python3 print(hello) 才能正常运行诶