Safe-DS / DSL

Statically checked Data Science programs.
https://dsl.safeds.com
MIT License
11 stars 0 forks source link

No completion for second+ argument #1160

Open lars-reimann opened 2 months ago

lars-reimann commented 2 months ago

Describe the bug

For the second and later argument of a call, code completion does not work.

To Reproduce

  1. Call any function with more than one parameter.
  2. Add first argument.
  3. Add comma.
  4. Trigger code completion. Nothing is shown.

Expected behavior

Code completion should work for all arguments.

Screenshots (optional)

No response

Additional Context (optional)

No response