Improve introspection and completion capabilities of entry point registries. #52
Labels
2.enhancement
New ideas or improvements.
area:field
Issues relating to Field implementations or their mechanics.
area:trait
Issues relating to specific existing or new traits.
Milestone
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.The text was updated successfully, but these errors were encountered: