ruff/crates/ty_ide/src
Matthew Mckee 6f9265d78d
[ty] Double click to insert inlay hint (#21600)
<!--
Thank you for contributing to Ruff/ty! To help us out with reviewing,
please consider the following:

- Does this pull request include a summary of the change? (See below.)
- Does this pull request include a descriptive title? (Please prefix
with `[ty]` for ty pull
  requests.)
- Does this pull request include references to any relevant issues?
-->

## Summary

Resolves
https://github.com/astral-sh/ty/issues/317#issuecomment-3567398107.

I can't get the auto import working great.

I haven't added many places where we specify that the type display is
invalid syntax.

## Test Plan

Nothing yet
2025-11-24 19:48:30 +00:00
..
all_symbols.rs [ty] Use dedicated collector for completions 2025-11-21 08:01:02 -05:00
completion.rs [ty] Don't suggest things that aren't subclasses of `BaseException` after `raise` 2025-11-24 12:55:30 -05:00
doc_highlights.rs [ty] Added support for "document highlights" language server feature. (#19515) 2025-07-24 13:06:25 -07:00
docstring.rs [ty] Implement docstring rendering to markdown (#21550) 2025-11-21 10:47:38 -05:00
document_symbols.rs [ty] Rejigger workspace symbols for more efficient caching 2025-08-23 12:53:41 -04:00
find_node.rs [ty] fix GotoTargets for keyword args in nested function calls (#20013) 2025-08-21 20:19:52 +00:00
goto.rs [ty] Improve lsp handling of hover/goto on imports (#21572) 2025-11-22 11:06:16 -05:00
goto_declaration.rs [ty] Improve lsp handling of hover/goto on imports (#21572) 2025-11-22 11:06:16 -05:00
goto_definition.rs [ty] Improve lsp handling of hover/goto on imports (#21572) 2025-11-22 11:06:16 -05:00
goto_references.rs [ty] Use `dedent` in cursor tests (#20019) 2025-08-21 10:31:54 +02:00
goto_type_definition.rs [ty] Improve lsp handling of hover/goto on imports (#21572) 2025-11-22 11:06:16 -05:00
hover.rs [ty] Improve lsp handling of hover/goto on imports (#21572) 2025-11-22 11:06:16 -05:00
importer.rs [ty] Respect notebook cell boundaries when adding an auto import (#21322) 2025-11-13 18:58:08 +01:00
inlay_hints.rs [ty] Double click to insert inlay hint (#21600) 2025-11-24 19:48:30 +00:00
lib.rs [ty] Double click to insert inlay hint (#21600) 2025-11-24 19:48:30 +00:00
markup.rs Update Rust toolchain to 1.89 (#19807) 2025-08-07 18:21:50 +02:00
references.rs [ty] Improve lsp handling of hover/goto on imports (#21572) 2025-11-22 11:06:16 -05:00
rename.rs [ty] Improve lsp handling of hover/goto on imports (#21572) 2025-11-22 11:06:16 -05:00
selection_range.rs [ty] fix GotoTargets for keyword args in nested function calls (#20013) 2025-08-21 20:19:52 +00:00
semantic_tokens.rs [ty] Semantic tokens: consistently add the `DEFINITION` modifier (#21521) 2025-11-19 12:45:39 +01:00
signature_help.rs [ty] Do not re-export `ide_support` attributes from `types` (#20769) 2025-10-08 17:45:28 +02:00
stub_mapping.rs [ty] Support goto-definition on vendored typeshed stubs (#21020) 2025-10-21 13:38:40 -04:00
symbols.rs [ty] Use dedicated collector for completions 2025-11-21 08:01:02 -05:00
workspace_symbols.rs [ty] Rejigger workspace symbols for more efficient caching 2025-08-23 12:53:41 -04:00