import suggestions from ast
module always shows up before typing
#919
Labels
language server
LSP: import suggestions
import suggestions can show as either a code action or autocomplete suggestion
there are plenty of symbols in the
ast
module with the same name as symbols fromtyping
. ive wanted to avoid special-casing solutions for annoyances like this with import suggestions, but this particular situation happens often enough that it's starting to really get on my nerves, so i want to specifically handle this case.The text was updated successfully, but these errors were encountered: