Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add inlay hints for function call args #1473

Merged
merged 11 commits into from
Jul 10, 2024

Commits on Jul 5, 2024

  1. add inlay hints for function call args

    Signed-off-by: shruti2522 <[email protected]>
    
    make fmt
    
    Signed-off-by: shruti2522 <[email protected]>
    
    add inlay hints for function call args
    
    Signed-off-by: shruti2522 <[email protected]>
    shruti2522 committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    1354377 View commit details
    Browse the repository at this point in the history
  2. fix ci

    Signed-off-by: shruti2522 <[email protected]>
    
    remove inlay hints for kwargs
    
    Signed-off-by: shruti2522 <[email protected]>
    
    remove kw_name
    
    Signed-off-by: shruti2522 <[email protected]>
    
    fix ci
    
    Signed-off-by: shruti2522 <[email protected]>
    
    add inlay hints for function call args
    
    Signed-off-by: shruti2522 <[email protected]>
    
    make fmt
    
    Signed-off-by: shruti2522 <[email protected]>
    
    add inlay hints for function call args
    
    Signed-off-by: shruti2522 <[email protected]>
    
    test ci
    
    Signed-off-by: shruti2522 <[email protected]>
    
    test ci
    
    Signed-off-by: shruti2522 <[email protected]>
    
    fix indexing error
    
    Signed-off-by: shruti2522 <[email protected]>
    
    fix ci
    
    Signed-off-by: shruti2522 <[email protected]>
    
    update test snaps
    
    Signed-off-by: shruti2522 <[email protected]>
    
    fix ci
    
    Signed-off-by: shruti2522 <[email protected]>
    
    fix ci
    
    Signed-off-by: shruti2522 <[email protected]>
    shruti2522 committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    a2413aa View commit details
    Browse the repository at this point in the history
  3. update snaps

    Signed-off-by: shruti2522 <[email protected]>
    shruti2522 committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    b5409df View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2024

  1. remove hints for builtin func calls

    Signed-off-by: shruti2522 <[email protected]>
    
    remove inlay hints for system module functions
    
    Signed-off-by: shruti2522 <[email protected]>
    
    change function name
    
    Signed-off-by: shruti2522 <[email protected]>
    
    fix ci
    
    Signed-off-by: shruti2522 <[email protected]>
    
    remove hints for builtin func calls
    
    Signed-off-by: shruti2522 <[email protected]>
    shruti2522 committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    8ff1aaf View commit details
    Browse the repository at this point in the history
  2. update builtin loader snap to incliude inlay hints

    Signed-off-by: shruti2522 <[email protected]>
    shruti2522 committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    2058190 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2024

  1. test inlay hints

    Signed-off-by: shruti2522 <[email protected]>
    shruti2522 committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    487d0f3 View commit details
    Browse the repository at this point in the history
  2. add function type param

    Signed-off-by: shruti2522 <[email protected]>
    shruti2522 committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    8244340 View commit details
    Browse the repository at this point in the history
  3. fix ci

    Signed-off-by: shruti2522 <[email protected]>
    shruti2522 committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    51ca5ff View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

  1. add get_hint for expression

    Signed-off-by: shruti2522 <[email protected]>
    shruti2522 committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    4dfdeb1 View commit details
    Browse the repository at this point in the history
  2. add value symbol

    Signed-off-by: shruti2522 <[email protected]>
    shruti2522 committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    241c044 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2024

  1. correct character position

    Signed-off-by: shruti2522 <[email protected]>
    shruti2522 committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    0eace13 View commit details
    Browse the repository at this point in the history