Theia API Documentation v1.70.0
    Preparing search index...
    • Returns a numeric rank for how well pattern matches text:

      • 0: prefix match (best)
      • 1: substring match
      • 2: fuzzy-only match (worst)

      Parameters

      • text: string
      • pattern: string

      Returns number