Currently there is some either unacceptable behaviour (only Registry attributes are listed in completions) or erroneous behaviour (exceptions in REPL shells upon typing . and triggering completion). Depending on the IDE or editor's mechanism of collecting identifiers, this will also prohibit their own symbol indexing.
Attempting tab completion (or equivalent) or performing introspection (via dir() and friends) should list the available plugins, accounting for optional requirements.
Currently there is some either unacceptable behaviour (only
Registryattributes are listed in completions) or erroneous behaviour (exceptions in REPL shells upon typing.and triggering completion). Depending on the IDE or editor's mechanism of collecting identifiers, this will also prohibit their own symbol indexing.Attempting tab completion (or equivalent) or performing introspection (via
dir()and friends) should list the available plugins, accounting for optional requirements.