fix: Multiple UX improvements for GotoAnything command palette (#25637)

This commit is contained in:
lyzno1
2025-09-13 21:03:42 +08:00
committed by GitHub
parent a825f0f2b2
commit 36ab9974d2
17 changed files with 772 additions and 45 deletions

View File

@@ -265,6 +265,10 @@ const translation = {
inScope: '在 {{scope}}s 中',
clearToSearchAll: '清除 @ 以搜索全部',
useAtForSpecific: '使用 @ 进行特定类型搜索',
selectToNavigate: '选择以导航',
startTyping: '开始输入以搜索',
tips: '按 ↑↓ 导航',
pressEscToClose: '按 ESC 关闭',
selectSearchType: '选择搜索内容',
searchHint: '开始输入即可立即搜索所有内容',
commandHint: '输入 @ 按类别浏览',