Skip to content

Autocomplete: Support for user-defined docstrings #99

Description

@AaravMalani

For the current autocomplete plugin, user-defined functions defined in program scope do show up in the list of names presented to the user.
However, a nice-to-have would be to allow Python docstrings to serve as documentation for the function, similar to documentation for built-ins

For example,

def f(x):
    """
    Documentation for the `f` function
    """
    return x

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions