1 comment (1 comment)0 reactions (0 reactions)0 assignees (0 assignees)TypeScript11,389 stars (11,389 stars)336 forks (336 forks)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.
- Issue 種別
- 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.