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
Description
- Enable clicking autocompletion items
- Add hover effect for autocompletion items
- Fix the cursor/pointer for autocompletion items, to suggest that they are clickable.
- Issue type
- bug
- Research direction
- 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.