Skip to content

Search through the tree's nodes #101

Description

@Rekkonnect

Add a search function to find loaded nodes matching the filter. The filter will support smart tokenization for camelCase, PascalCase, snake_case, for example:

  • Let the identifiers "foo_baz", "FarBaz", "fireBaz"
  • Search with fbaz
  • Search should match
    • foo_baz
    • FarBaz
    • fireBaz

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions