Check if autocomplete behaviour is still connected
- 主要语言
- Dart
- 星标
- 1.7k
- 派生
- 404
- 平均合并
- 6 天 17 小时
- 30 天内合并 PR
- 18
描述
While working on https://github.com/flutter/devtools/pull/6677
I noticed that we have autocomplete behaviour in the widget inspector search field.
I've never once seen it pop up though, so I wonder if maybe it got disconnected at some point.
If so we should discuss reconnecting it.
While discussing this we should discuss it's behaviour. If possible it would be nice if the user could use enter and shift+enter to navigate the search results. So we could tweak the autocomplete indexing while we are in the area.(See https://github.com/flutter/devtools/issues/6864)
https://github.com/flutter/devtools/blob/master/packages/devtools_app/lib/src/shared/ui/search.dart#L1253
贡献指南
调研方向
从 packages/devtools_app/lib/src/shared/ui/search.dart 的第 1253 行附近开始,检查自动补全如何连接到 widget inspector 搜索字段。查看 issue 6864 和 pull request 6677 中的相关讨论;当当前行为已被理解,并且所需的自动补全以及使用 Enter/Shift+Enter 的导航行为已达成一致并实现时,工作就完成了。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- dart, flutter
- 领域
- frontend, tooling
- Issue 类型
- 功能
- 难度
- 4/5
- 预计耗时
- 3-5 天
- 活跃度
- 停滞
- 描述清晰度
- 需要澄清
- 新手友好度
- 30/100