csharpdeeb25a2 | 1 | namespace CascadeIDE.Features.Search.Application; |
| 2 | |
| 3 | /// <summary>Строка навигации палитры (файл или совпадение ripgrep) без UI-модели.</summary> |
| 4 | public readonly record struct CommandPaletteGoToNavRowPresentation( |
| 5 | string Title, |
| 6 | string SubtitleCategory, |
| 7 | string FullPath, |
| 8 | int Line, |
| 9 | int Column, |
| 10 | string PrefixHint); |
| 11 | |
View only · write via MCP/CIDE