Skip to content

Hover support for custom symbols (variables, constants, functions) #42

@vexvec

Description

@vexvec

Hover Support for custom symbols would be great, e.g. in the following snippet I would like to hover main and say_hello and get the docstring and function definution, like for builtin symbols.

"""
say something
"""
def say_hello(what):
    print("hello", what)

"""
main func
"""
def main():
    say_hello("name")

main()

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions