ruff/crates/ty_server/src
Dhruv Manilawala 1167ed61cf
[ty] Rename `functionArgumentNames` to `callArgumentNames` inlay hint setting (#19911)
## Summary

This PR renames `ty.inlayHints.functionArgumentNames` to
`ty.inlayHints.callArgumentNames` which would contain both function
calls and class initialization calls i.e., it represents a generic call
expression.
2025-08-14 14:21:38 +05:30
..
document [ty] Added support for "document highlights" language server feature. (#19515) 2025-07-24 13:06:25 -07:00
server [ty] render docstrings in hover (#19882) 2025-08-13 14:59:20 +00:00
session [ty] Rename `functionArgumentNames` to `callArgumentNames` inlay hint setting (#19911) 2025-08-14 14:21:38 +05:30
capabilities.rs [ty] Add `ty.experimental.rename` server setting (#19800) 2025-08-07 12:54:58 +00:00
document.rs [ty] Fix stale documents on Windows (#18544) 2025-06-09 16:39:11 +02:00
lib.rs [ty] Support LSP client settings (#19614) 2025-08-06 18:37:21 +05:30
logging.rs [ty] Implement diagnostic caching (#19605) 2025-07-30 11:04:34 +01:00
server.rs [ty] Add `ty.experimental.rename` server setting (#19800) 2025-08-07 12:54:58 +00:00
session.rs [ty] Send a single request for registrations/unregistrations (#19822) 2025-08-08 08:42:48 +00:00
system.rs [ty] Implement mock language server for testing (#19391) 2025-07-23 12:26:58 +05:30