Skip to content

Sophisticated score system using user selection frequencies #4

@espadrine

Description

@espadrine

So far, the idea is to compute the final score of each suggestion based on a weighted sum.

For instance, on JS:

w1·(keyword score) + w2·(static analysis score)
+ w3·(dynamic lookup score) + w4·(user frequency score)

with w1 < w2 < w3 < w4.

The user frequency score would be attached to display names, instead of accurately scoped properties, both to prevent wasting memory and to avoid resetting that information when the cursor changes scope.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions