Skip to content

How do I add code hints for imported files in ace codeedit? #55

@Kilig947

Description

@Kilig947

import debugtalk
methods = [
member[0] for member in inspect.getmembers(debugtalk, inspect.isfunction)
]
with st.popover('setup', use_container_width=True):
setup_hooks = st_ace("", language="python",
markers=methods, # not take effect
annotations=methods, # not take effect
placeholder='setup', key=f'setup_hooks_uuid',
auto_update=True,)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions