ruff/crates/ty_server/src
Andrew Gallant 1461137407
[ty] Enforce sort order of completions (#18917)
We achieve this by setting the "sort text" field of every completion.
Since we are trying to be smart about the order, we want the client to
respect our order.

Prior to this change, VS Code was re-sorting completions in
lexicographic order. This in turn resulted in dunder attributes
appearing before "normal" attributes.
2025-06-24 11:31:08 -04:00
..
document [ty] Support publishing diagnostics in the server (#18309) 2025-05-28 13:15:11 +05:30
server [ty] Enforce sort order of completions (#18917) 2025-06-24 11:31:08 -04:00
session [ty] Add `python.ty.disableLanguageServices` config (#18230) 2025-06-17 13:50:45 +05:30
document.rs [ty] Fix stale documents on Windows (#18544) 2025-06-09 16:39:11 +02:00
lib.rs [ty] Add `python.ty.disableLanguageServices` config (#18230) 2025-06-17 13:50:45 +05:30
logging.rs Switch to Rust 2024 edition (#18129) 2025-05-16 13:25:28 +02:00
server.rs [ty] Add `python.ty.disableLanguageServices` config (#18230) 2025-06-17 13:50:45 +05:30
session.rs [ty] Add `python.ty.disableLanguageServices` config (#18230) 2025-06-17 13:50:45 +05:30
system.rs [ty] Fix stale documents on Windows (#18544) 2025-06-09 16:39:11 +02:00