[feature request] Auto-fix for Module has no attribute "findAll"; maybe "findall"? Mypy(attr-defined)
#345
Labels
Module has no attribute "findAll"; maybe "findall"? Mypy(attr-defined)
#345
Problem
Extension users have to manually correct misspelled APIs, .e.g,
Module has no attribute "findAll"; maybe "findall"? Mypy(attr-defined)
Suggested Solution
There is an option in the
Quick Fix...
dropdown in VSCode that automatically suggests the appropriate APIs, likefindall
in the above example.The text was updated successfully, but these errors were encountered: