Safe-DS / DSL

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

feat: show default values of parameters in signature help #1251

Closed lars-reimann closed 1 month ago

lars-reimann commented 1 month ago

Closes #1147

Summary of Changes

Show default values of parameters in the signature help. Previously, it only showed whether a parameter was optional or not.

github-actions[bot] commented 1 month ago

🦙 MegaLinter status: ✅ SUCCESS

Descriptor Linter Files Fixed Errors Elapsed time
✅ REPOSITORY git_diff yes no 0.06s
✅ TYPESCRIPT eslint 2 0 0 4.58s
✅ TYPESCRIPT prettier 2 0 0 0.61s

See detailed report in MegaLinter reports _Set VALIDATE_ALL_CODEBASE: true in mega-linter.yml to validate all sources, not only the diff_

_MegaLinter is graciously provided by OX Security_

codecov[bot] commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 99.68%. Comparing base (5913a54) to head (2de73d7). Report is 3 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1251 +/- ## ========================================== - Coverage 99.68% 99.68% -0.01% ========================================== Files 110 110 Lines 12577 12573 -4 Branches 4142 4141 -1 ========================================== - Hits 12538 12534 -4 Misses 39 39 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

lars-reimann commented 1 month ago

:tada: This PR is included in version 0.20.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: