rust-analyzer/crates/ide-assists/src
Josh McKinney 5b1a5a250b
Rename rust-analyzer commands
The commands `editor.action.triggerParameterHints` and
`editor.action.rename` are now renamed to
`rust-analyzer.triggerParameterHints` and `rust-analyzer.rename`

This change helps make it clear that these commands are specific to
rust-analyzer and not part of the default set of commands provided by
VSCode.

Fixes: https://github.com/rust-lang/rust-analyzer/issues/17644
2024-07-20 01:11:14 -07:00
..
handlers Rename rust-analyzer commands 2024-07-20 01:11:14 -07:00
tests Update generated lint definitions 2024-07-07 08:35:18 +02:00
utils Encode edition within FileId in the hir layer 2024-07-18 08:49:10 +02:00
assist_config.rs squash. 2024-07-02 01:52:34 +09:00
assist_context.rs Encode edition within FileId in the hir layer 2024-07-18 08:49:10 +02:00
lib.rs Encode edition within FileId in the hir layer 2024-07-18 08:49:10 +02:00
tests.rs Encode edition within FileId in the hir layer 2024-07-18 08:49:10 +02:00
utils.rs Use Symbol in Name 2024-07-12 16:06:44 +02:00