1 评论 (1 评论)0 反应 (0 反应)0 负责人 (0 负责人)TypeScript11,389 star (11,389 star)336 fork (336 fork)batch import
enhancementhelp wanted
描述
- Enable clicking autocompletion items
- Add hover effect for autocompletion items
- Fix the cursor/pointer for autocompletion items, to suggest that they are clickable.
- 议题类型
- bug
- 研究方向
- Examine the Oni codebase to locate the autocompletion UI widget, likely in src/browser/. Check for existing mouse event handlers and CSS cursor properties. Look for any related comments or previous attempts. Implement click and hover functionality as described, and ensure the cursor changes to pointer.