|
13 | 13 | |--------|--------|-----|----------|-------|-------------|-----------| |
14 | 14 | | Go to bracket | ✅ | ✅ | ✅ | N/A | Go to bracket | actions.go.bracket | |
15 | 15 | | Call hierarchy | ✅ | ❌ (not supported yet, see [`Support 'Show Call Hierarchy' as an LSP action` issue](https://github.com/zed-industries/zed/issues/14203)) | ✅ | N/A | Show call hierarchy | actions.go.callHierarchy | |
16 | | -| Go to definition | ✅ | ✅ | N/A | N/A | Go to definition | actions.go.definition | |
| 16 | +| Go to definition | ✅ | ✅ | ❌ (There is not `Go to definition` in intellij, use `Go to declaration` instead) | N/A | Go to definition | actions.go.definition | |
17 | 17 | | Go to declaration | ✅ | ✅ | ✅ | N/A | Go to declaration or usages | actions.go.goToDeclaration | |
18 | 18 | | Go to super | ✅ | ❌ (not supported yet, no issue tracked) | ✅ | N/A | Go to super class/super method | actions.go.goToSuper | |
19 | 19 | | Go to test | ✅ | ❌ (not supported yet, see [`Go to test` discussion](https://github.com/zed-industries/zed/discussions/40859)) | ✅ | N/A | Go to test | actions.go.goToTest | |
20 | | -| Go to implementations | ✅ | ✅ | ✅ | N/A | Go to implementations | actions.go.implementations | |
| 20 | +| Go to implementations | ✅ | ✅ | ✅ | N/A | Go to implementations, For an interface, this shows all the implementors of that interface and for abstract methods, this shows all concrete implementations of that method. | actions.go.implementations | |
21 | 21 | | Peek declaration | ✅ | ✅ | ✅ | N/A | Peek declaration | actions.go.peekDeclaration | |
22 | 22 | | Reference peek | ✅ | ❌ (Peek is not supported yet, see [`Peek or Preview Definitions Inline` discussion](https://github.com/zed-industries/zed/discussions/28282)) | ✅ | N/A | Show usages / reference search | actions.go.referencePeek | |
23 | 23 | | Go to references | ✅ | ✅ | ✅ | N/A | Go to references | actions.go.references | |
|
30 | 30 | |--------|--------|-----|----------|-------|-------------|-----------| |
31 | 31 | | Code action | ✅ | ✅ | ✅ | ✅ | Code Action... | actions.refactor.codeAction | |
32 | 32 | | Organize imports | ✅ | ✅ | ✅ | N/A | Organize Imports | actions.refactor.organizeImports | |
33 | | -| Quick fix | ✅ | ❌ (not supported yet, no issue tracked) | N/A | N/A | Quick Fix... | actions.refactor.quickFix | |
| 33 | +| Quick fix | ✅ | ❌ (not supported yet, no issue tracked) | ✅ | N/A | Quick Fix... | actions.refactor.quickFix | |
34 | 34 | | Refactor code | ✅ | ❌ (not supported yet, see [Code refactoring in Zed ](https://github.com/zed-industries/zed/discussions/8623)) | ✅ | ✅ | Refactor This... | actions.refactor.refactor | |
35 | 35 | | Rename symbol | ✅ | ✅ | ✅ | ✅ | Rename | actions.refactor.rename | |
36 | 36 |
|
|
183 | 183 | | Action | VSCode | Zed | IntelliJ | Helix | Description | Action ID | |
184 | 184 | |--------|--------|-----|----------|-------|-------------|-----------| |
185 | 185 | | Delete previous word | ✅ | ✅ | ✅ | N/A | Delete to the start of the previous word | actions.edit.deleteWordLeft | |
186 | | -| Delete previous subword | ✅ | ✅ | N/A | N/A | Delete to the start of the previous subword (hump) | actions.edit.deleteWordPartLeft | |
187 | | -| Delete next subword | ✅ | ✅ | N/A | N/A | Delete to the end of the next subword (hump) | actions.edit.deleteWordPartRight | |
| 186 | +| Delete previous subword | ✅ | ✅ | ❌ (behaviour is controlled by `CamelHumps` setting) | N/A | Delete to the start of the previous subword (hump) | actions.edit.deleteWordPartLeft | |
| 187 | +| Delete next subword | ✅ | ✅ | ❌ (behaviour is controlled by `CamelHumps` setting) | N/A | Delete to the end of the next subword (hump) | actions.edit.deleteWordPartRight | |
188 | 188 |
|
189 | 189 | ## File |
190 | 190 |
|
|
224 | 224 | |--------|--------|-----|----------|-------|-------------|-----------| |
225 | 225 | | Go back | ✅ | ✅ | ✅ | N/A | Go to previous cursor location | actions.go.back | |
226 | 226 | | Go forward | ✅ | ✅ | ✅ | N/A | Go to next cursor location | actions.go.forward | |
227 | | -| Go to last edit location | ✅ | N/A | ✅ | N/A | Go to last edit location | actions.go.lastEditLocation | |
| 227 | +| Go to last edit location | ✅ | ❌ (not supported yet, see [Implement "Go To Last Edit Location" issue](https://github.com/zed-industries/zed/issues/19731)) | ✅ | N/A | Go to last edit location | actions.go.lastEditLocation | |
228 | 228 |
|
229 | 229 | ## Navigation.Problems |
230 | 230 |
|
|
0 commit comments