Files
Mikhail Golubevandintellij-monorepo-bot 8faf6e47bb PY-47304 Keep showing direct (non-fuzzy) module attributes after dot in completion
Previously, we accidentally offered immediate attributes of a module only right
after a dot in a non-imported qualified name (i.e., with an empty attribute name).
If a qualified name of a fuzzy variant matched that of a direct attribute, it went
unnoticed. However, if a name was non-trivially exported, as in case of
"_pytest.mark.structures.MARK_GEN" exported as "pytest.mark", its expected name,
as an attribute of pytest module, disappeared immediately as one started typing
anything past the dot in "pytest.".

GitOrigin-RevId: 5fbd7bd77fd1629f4d852b757d350cc182b991d7
2021-03-16 16:28:31 +00:00

1 line
13 B
Python